5.8.2-alpha.4 • Published 7 years ago
@hyman/nest-cli v5.8.2-alpha.4
IMPOARTANT
This is a customized nest-cli fork by @nestjs/cli
Description
In order to help people manage their projects, the CLI tool has been created. It helps on many grounds at once, from scaffolding the project to build well-structured applications. The Nest CLI is based on the @angular-devkit package. Also, there're special schematics that are dedicated to the Nest development @hyman/schematics.
Installation
NPM:
$ npm install -g @nestjs/cliDocker:
$ docker pull nestjs/cli[:version]
$ docker run -it --rm -p 3000:3000 -v $(pwd)/workspace nestjs/cli[:version]GIT:
$ git clone https://github.com/nestjs/nest-cli.git <project>
$ cd <project>With your Node runtime:
$ npm install
$ npm linkWith Docker:
$ docker build -t nestjs/cli .Usage
Learn more in the official documentation.
Stay in touch
- CLI Author - Thomas Ricart
- Website - https://nestjs.com
- Twitter - @nestframework