@superawesome/nestjs-schematics

6.4.1-4 • Public • Published

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.

NPM Version Package License NPM Downloads Coverage Discord Backers on Open Collective Sponsors on Open Collective

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

Installation

NPM:

$ npm install -g @superawesome/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

Readme

Keywords

none

Package Sidebar

Install

npm i @superawesome/nestjs-schematics

Weekly Downloads

2

Version

6.4.1-4

License

MIT

Unpacked Size

617 kB

Total Files

298

Last publish

Collaborators

  • jumal_ali
  • chriswarrensa
  • patrick.mettraux
  • andreyzhm
  • superawesomeadmin
  • sa-release-bot