my_clean_cli 1.0.8 copy "my_clean_cli: ^1.0.8" to clipboard
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
2
likes
130
points
62
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.16 - 2025.03.31

A Dart CLI tool for generating clean architecture folders and updating pubspec.yaml in Flutter projects.

Documentation

API reference

License

MIT (license)

Dependencies

archive, args, http, path, yaml, yaml_edit

More

Packages that depend on my_clean_cli