archgen 0.1.0
archgen: ^0.1.0 copied to clipboard
A CLI tool for generating clean project structures based on default, MVC, MVVM, or custom architectures.
0.1.0 - 2024-09-22 #
Added #
- Initial release of ArchGen, a CLI tool for generating project structures.
- Support for four architecture types: Default, MVC, MVVM, and Custom.
- Command line options for specifying feature name and architecture type.
- Automatic generation of directories and files based on provided architecture.
- Support for custom JSON configuration files to define project structure.
Features #
- Customizable JSON structure for defining feature models and files.
- Automatic replacement of
feature_namein the generated files with the provided feature name.
Documentation #
- Comprehensive README.md with usage instructions and examples.
- Detailed explanation of how to create and use custom JSON configuration files.