1.0.4 • Published 5 years ago

@mercury-tech-dev/nestjs-schematics v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

MTD

Custom version for Mercury Technology Development

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 @nestjs/schematics.

Installation

NPM:

$ npm install -g @nestjs/schematics

Docker:

$ docker pull nestjs/cli[:version]
$ docker run -it -rm -p 3000:3000 -v $(pwd)/workspace nestjs/schematics[:version]

GIT:

$ git clone https://github.com/nestjs/schematics.git <project>
$ cd <project>

With your Node runtime:

$ npm install
$ npm link

With Docker:

$ docker build -t nestjs/schematics .

Usage

Learn more in the official documentation.

Stay in touch

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.0

5 years ago

5.12.1

5 years ago

5.12.0

5 years ago