GithubHelp home page GithubHelp logo

modular-generator's Introduction

Modular Generator

Modular Generator logo


The Modular Generator is a dynamic Visual Studio Code extension tailored specifically for developers keen on clean architecture. This extension brings a host of streamlined, automated routines, empowering you to focus on your core development tasks.

Features

  • Install Modular ๐Ÿ”ฅ
lib/
โ”œโ”€ main.dart
โ””โ”€ app/
   โ”œโ”€ module/
   โ”‚  โ””โ”€ {module_name}/
   โ”‚     โ”œโ”€ views/
   โ”‚     โ”‚   โ””โ”€ {view_name}_page.dart
   โ”‚     โ”‚
   โ”‚     โ””โ”€ {module_name}_module.dart
   โ”‚
   โ”œโ”€ app_module.dart
   โ”œโ”€ app_routes.dart
   โ””โ”€ app_widget.dart

Add/Update Module

Choose a module or create one and follow the prompts to update the binds and routes.

  • Either bind or page prompt will ask you a list of names (without suffix!), separate each name with ','. Ex: 'user, auth'.

  • All the pages will be generated with the Suffix 'Page'. Aditionally. The route path will automatically be added in the app_routes.dart ๐Ÿฅณ.

  • All the binds will be generated with the choosen Suffix (can be custom).

Obs: There are no templates. Just empty classes for binds and a StatelessWidget for page.


Continuous Development

The Modular Generator is under active development, with plans to introduce more customization options:

  • Custom Suffix and Folder Names โœ…
  • Custom Interfaces
  • Remove a Module
  • Inserting Module as ModuleRoute
  • Custom Template defined by path + suffix

Requirements

  • Visual Studio Code version 1.65.0 or later

License

This project is licensed under the MIT License.

Support and Feedback

Contributing

Contributions are welcome! Check out the repository and feel free to submit pull requests or create issues.

modular-generator's People

Contributors

arthurbcd avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.