my_clean_cli 1.1.1 copy "my_clean_cli: ^1.1.1" to clipboard
my_clean_cli: ^1.1.1 copied to clipboard

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

3. CHANGELOG.md #

# Changelog

## 1.0.0

- Initial release of `my_clean_cli`.
- Added functionality to generate predefined folder structures.
- Added functionality to update the `pubspec.yaml` file with dependencies and assets.

## 1.0.6    
- Minor fix but important for the user

## 1.0.7
- Added functionality to generate predefined widgets.

## 1.0.8
- Updated functionality to generate predefined widgets.
- Updated functionality to generate pubspec dependency.

## 1.1.1
- Improved dynamic template module flow and path extraction reliability for `--module-path`, `--core-module`, and `--feature-template`.
- Added template path discovery command improvements with `--list-template-paths`.
- Hardened non-destructive template dependency merge behavior and dry-run reporting.

## 1.1.0
- Added dynamic project identity options (`--app-name`, `--package-name`, `--org`) for generated templates.
- Added asset management flags (`--asset`, `--font-family`) with reference-file creation in asset folders.
- Added targeted dependency operations (`--add-dep`, `--update-dep`, `--remove-dep` and dev variants) plus `--dry-run`.
- Improved template normalization and example app local CLI testing workflow.
- Added path-based dynamic template extraction (`--module-path`, `--core-module`, `--feature-template`, `--list-template-paths`).
- Added non-destructive template `pubspec.yaml` merge after template extraction (adds missing deps, preserves existing versions).

## 1.0.9
- Added more flags for custom repo also check the readme.md
2
likes
140
points
161
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

archive, args, http, path, yaml, yaml_edit

More

Packages that depend on my_clean_cli