A Command-Line Interface for Generate Flutter Templates.
Developed by Fegno Technogies LLP
If the CLI application is available on pub, activate globally via:
dart pub global activate feg_cliOr locally via:
dart pub global activate --source=path <path to this package># 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