# @nestcloud/cli

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

Latest version **0.1.3** (published 2020-01-19) · MIT license · 0 weekly downloads

## Install

```sh
npm install @nestcloud/cli
pnpm add @nestcloud/cli
yarn add @nestcloud/cli
bun add @nestcloud/cli
```

Provides the command `nestcloud`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.3 |
| Published | 2020-01-19 |
| First published | 2020-01-19 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 8.9.0 |
| Dependencies | 16 |
| Unpacked size | 177.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | zfeng |

## Links

- npm: https://www.npmjs.com/package/@nestcloud/cli
- Repository: https://github.com/nest-cloud/cli
- Homepage: https://github.com/nest-cloud/cli#readme
- Issues: https://github.com/nest-cloud/cli/issues
- npm.io page: https://npm.io/package/@nestcloud/cli

## Dependencies (16)

- [ora](https://npm.io/package/ora.md) 4.0.3
- [chalk](https://npm.io/package/chalk.md) 2.4.2
- [rimraf](https://npm.io/package/rimraf.md) 3.0.0
- [os-name](https://npm.io/package/os-name.md) 3.1.0
- [inquirer](https://npm.io/package/inquirer.md) 7.0.3
- [commander](https://npm.io/package/commander.md) 4.1.0
- [copyfiles](https://npm.io/package/copyfiles.md) 2.1.1
- [tree-kill](https://npm.io/package/tree-kill.md) 1.2.2
- [cli-table3](https://npm.io/package/cli-table3.md) 0.5.1
- [node-emoji](https://npm.io/package/node-emoji.md) 1.10.0
- [typescript](https://npm.io/package/typescript.md) ^3.6.4
- [tsconfig-paths](https://npm.io/package/tsconfig-paths.md) 3.9.0
- [@angular-devkit/core](https://npm.io/package/@angular-devkit/core.md) 7.3.8
- [@nestcloud/schematics](https://npm.io/package/@nestcloud/schematics.md) ^0.1.0
- [@angular-devkit/schematics](https://npm.io/package/@angular-devkit/schematics.md) 7.3.8
- [@angular-devkit/schematics-cli](https://npm.io/package/@angular-devkit/schematics-cli.md) 0.13.8

## Recent versions

- 0.1.3 (latest) — 2020-01-19
- 0.1.2 — 2020-01-19
- 0.1.1 — 2020-01-19
- 0.1.0 — 2020-01-19
- 0.0.1 — 2020-01-19

## 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

<p align="center">
    NestCloud is a <a href="http://nodejs.org" target="blank">Node.js</a> micro-service solution, writing by <a href="https://www.typescriptlang.org" target="blank">Typescript</a> language and <a href="http://nestjs.com/" target="blank">Nest.js</a> framework.</p>
<p align="center">

<p align="center">
    <a href="https://www.npmjs.com/~nestcloud" target="_blank"><img src="https://img.shields.io/npm/v/@nestcloud/core.svg" alt="NPM Version"/></a>
    <a href="https://www.npmjs.com/~nestcloud" target="_blank"><img src="https://img.shields.io/npm/l/@nestcloud/core.svg" alt="Package License"/></a>
    <a href="https://www.npmjs.com/~nestcloud" target="_blank"><img src="https://img.shields.io/npm/dm/@nestcloud/core.svg" alt="NPM Downloads"/></a>
    <a href="https://travis-ci.org/nest-cloud/nestcloud" target="_blank"><img src="https://travis-ci.org/nest-cloud/nestcloud.svg?branch=master" alt="Travis"/></a>
    <a href="https://travis-ci.org/nest-cloud/nestcloud" target="_blank"><img src="https://img.shields.io/travis/nest-cloud/nestcloud/master.svg?label=linux" alt="Linux"/></a>
    <a href="https://coveralls.io/github/nest-cloud/nestcloud?branch=master" target="_blank"><img src="https://coveralls.io/repos/github/nest-cloud/nestcloud/badge.svg?branch=master" alt="Coverage"/></a>
    <a href="https://opencollective.com/nest-cloud#backer"><img src="https://opencollective.com/nest-cloud/backers/badge.svg" alt="Backers on Open Collective" /></a>
    <a href="https://opencollective.com/nest-cloud#sponsor"><img src="https://opencollective.com/nest-cloud/sponsors/badge.svg" alt="Sponsors on Open Collective" /></a>
</p>
  <!--[![Backers on Open Collective](https://opencollective.com/nest/backers/badge.svg)](https://opencollective.com/nest#backer)
  [![Sponsors on Open Collective](https://opencollective.com/nest/sponsors/badge.svg)](https://opencollective.com/nest#sponsor)-->

## 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 <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.
```

```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)

---
_Source: https://npm.io/package/@nestcloud/cli · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
