archify 1.0.6
archify: ^1.0.6 copied to clipboard
A CLI tool for generating clean architecture structure in Flutter projects.
1.0.6 #
- Added custom command to generate fully custom features based on YAML templates.
- Custom feature generation now supports dynamic placeholders like
{feature_name}
in folder and file names. - Improved YAML parsing and validation for nested folders and files.
- Added backup of existing feature folders if the feature already exists before regeneration.
- Updated README with custom command usage examples.
- Minor improvements and bug fixes in
fs_utils
andcustom_creator
.