Skip to content

nestjs/nest-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3ed23a6 · Jan 22, 2025
Jan 17, 2025
Oct 2, 2021
Oct 21, 2024
Dec 17, 2024
Oct 9, 2023
Dec 17, 2024
Jan 22, 2025
Jan 17, 2025
Jun 14, 2023
Feb 6, 2020
Jul 17, 2023
Dec 10, 2021
Nov 3, 2020
Feb 18, 2022
Jan 24, 2018
Sep 23, 2019
Nov 4, 2024
May 20, 2022
Jan 3, 2025
Apr 4, 2023
Sep 16, 2019
Jan 22, 2025
Jan 22, 2025
Nov 7, 2019
Nov 4, 2024

Repository files navigation

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

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

Description

The Nest CLI is a command-line interface tool that helps you to initialize, develop, and maintain your Nest applications. It assists in multiple ways, including scaffolding the project, serving it in development mode, and building and bundling the application for production distribution. It embodies best-practice architectural patterns to encourage well-structured apps.

The CLI works with schematics, and provides built in support from the schematics collection at @nestjs/schematics.

Read more here.

Installation

$ npm install -g @nestjs/cli

Usage

Learn more in the official documentation.

Stay in touch

License

Nest is MIT licensed.