boilerplate_cli 0.0.1 boilerplate_cli: ^0.0.1 copied to clipboard
A Very Good Project created by Very Good CLI.
Usage #
Activate the CLI
dart pub global activate boilerplate_cli
See list of available commands
boilerplate --help
If the above command does not work, you can try the following:
dart pub global run boilerplate_cli:boilerplate <command> <args>
Create a new project
boilerplate create -n my_project