forge_cli 2.0.0
forge_cli: ^2.0.0 copied to clipboard
forge_cli the ultimate tool to create clean architecture project.
1.0.0-dev.1 #
Initial Version of the cli.
- Includes the ability to create a project with Clean Architecture structure.
- Includes the ability to make new feature.
- Includes the ability to build the flutter feature based on the abstract repository class.
1.0.0-dev.2 #
update README.md file
1.0.0-dev.3 #
refactor docs
- include demo gif
- include forge logo
2.0.0 #
- Changed the
createcommand to an interactive prompt, allowing users to choose which package to install. - Added the ability for users to select a state manager when using the
buildcommand. - Introduced a
logincommand to enable logging intoforgecli.devdirectly from the terminal. - Improved overall performance.