An extension (for VSCODE) to help generate the minimal code to be used while implementing clean architecture.
- Clone this repository in extensions folder in .vscode directory (Usually in $HOME/.vscode/extenstions)
- Inside this directory run
npm install
npm run compile
- Reload the window (vscode) to see the changes in the extensions and then the extension should work.
- newFlutterFeature (CAH: New Flutter Clean Architecture)
- Enter a feature name
- Select a target directory where the feature is required
- Select type of feature
- full: All 3 layers, i.e., data, domain and presentation folders and code are generated
- presenation: Only the presentation folder with the required code is generated
- Initial release
- Added functionality to add new flutter clean architecture feature
A detailed documention for creating vscode extensions can be obtained from here
Enjoy!