Nerolab CLI

Nerolab Command Line Interface for Dart.

Special thanks to GroovinChip with groovin_cli and very_good_cli.

Installing

dart pub global activate flutter_nerolab_cli

Commands

nerolab create

Create a nerolab Flutter project in seconds based on the Nerolab Core template.

Example:

nerolab create coba --project_id dev.nerolab.coba

(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.

GitHub

View Github