Nerolab CLI

Nerolab Dart 命令行界面。

特别感谢 GroovinChip 及其 groovin_clivery_good_cli

安装

dart pub global activate flutter_nerolab_cli

命令

nerolab create

基于 Nerolab Core 模板,在几秒钟内创建一个 Nerolab Flutter 项目。

示例

nerolab create coba --project_id dev.nerolab.coba

(而且,为了好玩 – 你可以输入 $ nerolab magic 来做同样的事情!)

nerolab --help

查看完整的命令列表和用法信息。

? 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

查看 Github