Socket
Socket
Sign inDemoInstall

@superawesome/nestjs-schematics

Package Overview
Dependencies
458
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @superawesome/nestjs-schematics

Nest - modern, fast, powerful node.js web framework (@schematics) (Superawesome: forked from https://github.com/nestjs/schematics)


Version published
Weekly downloads
0
decreased by-100%
Maintainers
2
Install size
63.8 MB
Created
Weekly downloads
 

Readme

Source

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

FAQs

Last updated on 26 Jul 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc