my_clean_cli 1.0.8
my_clean_cli: ^1.0.8 copied to clipboard
A Dart CLI tool for generating clean architecture folders and updating pubspec.yaml in Flutter projects.
clean_architecture_cli #
clean_architecture_cli
is a Dart CLI tool designed to help developers create clean architecture folder structures and some common widgets and automatically update the pubspec.yaml
file in Flutter projects.
Features #
- Generate Folders: Automatically generate the clean architecture folder structure for your Flutter project.
- Update pubspec.yaml: Automatically add predefined dependencies and asset paths to your
pubspec.yaml
file.
Installation #
To install my_clean_cli
, add the following dependency to your pubspec.yaml
:
Usage #
You can use the CLI tool to generate folders and update the pubspec.yaml file with the following commands:
to generate the clean architecture folder structure:
dart run my_clean_cli --create --update-pubspec
copied to clipboard
dev_dependencies:
my_clean_cli: ^1.0.8
copied to clipboard