Socket
Socket
Sign inDemoInstall

@superawesome/nestjs-cli

Package Overview
Dependencies
12
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @superawesome/nestjs-cli

Nest - modern, fast, powerful node.js web framework (@cli)


Version published
Maintainers
2
Install size
57.4 MB
Created

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 Travis Linux 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 @nestjs/cli

Docker:

$ 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 run build
$ npm link

With Docker:

$ docker build -t nestjs/cli .

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