Skip to main content

Command Palette

Search for a command to run...

nestjs-cli

Published
1 min read

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.

install

npm i -g @nestjs/cli

24 views