imajin/node_modules/@nestjs/cli
2026-01-10 04:52:11 -08:00
..
.circleci chore(imajin): 🔧 🛏️ update package.json and README.md 2026-01-10 04:52:11 -08:00
.github chore(imajin): 🔧 🛏️ update package.json and README.md 2026-01-10 04:52:11 -08:00
.husky chore(imajin): 🔧 🛏️ update package.json and README.md 2026-01-10 04:52:11 -08:00
actions chore(imajin): 🔧 🛏️ update package.json and README.md 2026-01-10 04:52:11 -08:00
bin chore(imajin): 🔧 🛏️ update package.json and README.md 2026-01-10 04:52:11 -08:00
commands chore(imajin): 🔧 🛏️ update package.json and README.md 2026-01-10 04:52:11 -08:00
lib chore(imajin): 🔧 🛏️ update package.json and README.md 2026-01-10 04:52:11 -08:00
node_modules chore(imajin): 🔧 🛏️ update package.json and README.md 2026-01-10 04:52:11 -08:00
test/lib/compiler/hooks chore(imajin): 🔧 🛏️ update package.json and README.md 2026-01-10 04:52:11 -08:00
CONTRIBUTING.md chore(imajin): 🔧 🛏️ update package.json and README.md 2026-01-10 04:52:11 -08:00
LICENSE chore(imajin): 🔧 🛏️ update package.json and README.md 2026-01-10 04:52:11 -08:00
package.json chore(imajin): 🔧 🛏️ update package.json and README.md 2026-01-10 04:52:11 -08:00
README.md chore(imajin): 🔧 🛏️ update package.json and README.md 2026-01-10 04:52:11 -08:00

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.