An open API service indexing awesome lists of open source software.

https://github.com/nest-cloud/nestcloud-cli

CLI tool for NestCloud applications 🍹
https://github.com/nest-cloud/nestcloud-cli

Last synced: 4 months ago
JSON representation

CLI tool for NestCloud applications 🍹

Awesome Lists containing this project

README

        

[travis-image]: https://api.travis-ci.org/nest-cloud/nestcloud.svg?branch=master
[travis-url]: https://travis-ci.org/nest-cloud/nestcloud
[linux-image]: https://img.shields.io/travis/nest-cloud/nestcloud/master.svg?label=linux
[linux-url]: https://travis-ci.org/nest-cloud/nestcloud

# 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](https://github.com/angular/angular-cli/tree/master/packages/angular_devkit/schematics), and provides built in support from the schematics collection at [@nestcloud/schematics](https://github.com/nest-cloud/schematics).

## Installation

```
$ npm install -g @nestcloud/cli
```

## Usage

```shell script
$ nestcloud --help
Usage: nestcloud [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.
```

```shell script
$ 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

- Author - [Miaowing](https://zf.ink)
- Website - [https://nestcloud.org](https://nestcloud.org)