groovin_cli icon indicating copy to clipboard operation
groovin_cli copied to clipboard

A Delicious Command Line Interface for Dart 🍪

Groovin CLI

Built upon very_good_cli with 💙 and 🍪

License: MIT

Special thanks to Felix Angelov for setting aside his valuable time for a tutoring session on mason and how very_good_cli uses it. Thank you, Felix!


A Delicious Command Line Interface for Dart 🍪.

Installing

$ dart pub global activate --source git [email protected]:GroovinChip/groovin_cli.git

Commands

$ groovin create

Create a new groovin flutter starter application in seconds based on Groovin Core.

(And for funzies - you can write $ groovin bake to do the same thing!)


$ groovin --help

See the complete list of commands and usage information.

🍪 A Delicious Command Line Interface

Usage: groovin <command> [arguments]

Global options:
-h, --help           Print this usage information.
    --version        Print the current version.

Available commands:
  create   groovin create <output directory>
           Creates a new groovin flutter project in the specified directory.

Run "groovin help <command>" for more information about a command.