Overview of Nest CLI capabilities
masterThe Nest CLI is a command-line interface tool designed to assist with the full lifecycle of a Nest application. Its primary functions include:
- Scaffolding: Initializing new projects and generating code components using schematics.
- Development: Serving the application in development mode.
- Production: Building and bundling the application for production distribution.
The CLI utilizes schematics and includes built-in support for the @nestjs/schematics collection to encourage best-practice architectural patterns.