flutter_nerolab_cli 0.1.0 flutter_nerolab_cli: ^0.1.0 copied to clipboard
Command Line Interface to generate flutter starter project.
Nerolab CLI #
Nerolab Command Line Interface for Dart.
Special thanks to GroovinChip with groovin_cli and very_good_cli.
Installing #
dart pub global activate nerolab_cli
Commands #
nerolab create
#
Create a nerolab Flutter project in seconds based on the Nerolab Core template.
(And for funzies - you can write $ nerolab magic to do the same thing!)
nerolab --help #
See the complete list of commands and usage information.
🐦 A Nerolab Command Line Interface
Usage: nerolab <command> [arguments]
Global options:
-h, --help Print this usage information.
--version Print the current version.
Available commands:
create nerolab create <output directory>
Creates a new nerolab flutter project in the specified directory.
Run "nerolab help <command>" for more information about a command.