0.1.3 • Published 4 years ago

@nestcloud/cli v0.1.3

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

NestCloud

Description

The NestCloud CLI is a command-line interface tool that helps you to initialize NestCloud applications.

The CLI works with schematics, and provides built in support from the schematics collection at @nestcloud/schematics.

Installation

$ npm install -g @nestcloud/cli

Usage

$ nestcloud --help
Usage: nestcloud <command> [options]

Options:
  -v, --version           Output the current version.
  -h, --help              Output usage information.

Commands:
  new|n [options] [name]  Generate NestCloud application.
  info|i                  Display NestCloud project details.
$ nestcloud new --help
Usage: nestcloud new|n [options] [name]

Generate NestCloud application.

Options:
  --directory [directory]                  Specify the destination directory
  -d, --dry-run                            Report actions that would be performed without writing out results.
  -g, --skip-git                           Skip git repository initialization.
  -s, --skip-install                       Skip package installation.
  -p, --package-manager [package-manager]  Specify package manager.
  -c, --collection [collectionName]        Schematics collection to use.
  -t, --template [template]                Schematics template to use.
  -h, --help                               Output usage information.

Stay in touch