feature_folder_cli_plus 1.0.2 copy "feature_folder_cli_plus: ^1.0.2" to clipboard
feature_folder_cli_plus: ^1.0.2 copied to clipboard

CLI utility that generates a folder structure to reduce the repetitive work required to setup directories for models, services, repositories, screens and widgets.

example/README.md

Folder Structure Example #

The folder structure generated by the CLI is as follows:

feature/
┣ domain/
┃ ┣ models/
┃ ┣ repository/
┃ ┣ services/
┃ ┗ index.dart
┣ screens/
┃ ┣ feature_screen.dart
┃ ┗ index.dart
┣ widgets/
┃ ┣ feature_component.dart
┃ ┗ index.dart
┣ providers/
┃ ┣ feature_provider.dart
┃ ┗ index.dart
┗ index.dart
3
likes
160
points
74
downloads

Publisher

unverified uploader

Weekly Downloads

CLI utility that generates a folder structure to reduce the repetitive work required to setup directories for models, services, repositories, screens and widgets.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

ansicolor, args, mason, path

More

Packages that depend on feature_folder_cli_plus