feg_cli 0.0.1-dev.3
SDKdartflutter
Platformandroidioswindowslinuxmacosweb
A CLI for generate flutter templates
feg_cli
A Command-Line Interface for Generate Flutter Templates.
Developed by Fegno Technogies LLP
Getting Started 🚀
If the CLI application is available on pub, activate globally via:
dart pub global activate feg_cli
Or locally via:
dart pub global activate --source=path <path to this package>
Usage
# Generate a Flutter application.
feg_cli create app
# Generate a feature for Flutter application.
feg_cli create feature
# Show CLI version
$ feg_cli --version
# Show usage help
$ feg_cli --help