VeryGoodOpenSource / very_good_cli
- четверг, 25 февраля 2021 г. в 00:26:22
Dart
A Very Good Command Line Interface for Dart created by Very Good Ventures 🦄
Developed with
A Very Good Command Line Interface for Dart.
$ dart pub global activate very_good_cli
$ very_good create
Create a new very good flutter starter application in seconds based on Very Good Core.
$ flutter channel beta
$ flutter upgrade
Out of the box, Very Good Core includes:
$ very_good --help
See the complete list of commands and usage information.
🦄 A Very Good Command Line Interface
Usage: very_good <command> [arguments]
Global options:
-h, --help Print this usage information.
--version Print the current version.
--analytics Toggle anonymous usage statistics.
[false] Disable anonymous usage statistics
[true] Enable anonymous usage statistics
Available commands:
create very_good create <output directory>
Creates a new very good flutter project in the specified directory.
Run "very_good help <command>" for more information about a command.