nest-cloud / nestcloud-cli

CLI tool for NestCloud applications 🍹

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NestCloud

NestCloud is a Node.js micro-service solution, writing by Typescript language and Nest.js framework.

NPM Version Package License NPM Downloads Travis Linux Coverage Backers on Open Collective Sponsors on Open Collective

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

About

CLI tool for NestCloud applications 🍹

License:MIT License


Languages

Language:TypeScript 98.0%Language:JavaScript 2.0%