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 🍹
- Host: GitHub
- URL: https://github.com/nest-cloud/nestcloud-cli
- Owner: nest-cloud
- License: mit
- Created: 2020-01-19T10:56:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T13:53:18.000Z (over 2 years ago)
- Last Synced: 2025-01-19T04:44:52.343Z (6 months ago)
- Language: TypeScript
- Size: 1.52 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
## 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)