neo 1.0.0-dev-4 neo: ^1.0.0-dev-4 copied to clipboard
Tool that helps you to run code generation commands.
🐰 neo #
Tool that relieves you of the burden of remembering long commands. Neo saves your commands to your system and makes them accessible to you.
Getting Started 🚀 #
dart pub global activate neo
Or locally via:
dart pub global activate --source=path <path to this package>
Usage #
# list your saved commands
$ neo commands list
# select the command to exceute
$ neo commands select
# Show CLI version
$ neo --version
# Show usage help
$ neo --help