Overview
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 building 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
Install CLI using NPM:
$ npm install -g @nestjs/cliContribute
You can participate and contribute to the project here.
