https://github.com/nestjs/nest-cli
CLI tool for Nest applications 🍹
https://github.com/nestjs/nest-cli
cli hacktoberfest javascript javascript-framework nest nest-cli nestjs nodejs typescript typescript-framework
Last synced: 7 days ago
JSON representation
CLI tool for Nest applications 🍹
- Host: GitHub
- URL: https://github.com/nestjs/nest-cli
- Owner: nestjs
- License: other
- Created: 2017-05-15T17:54:45.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T14:08:09.000Z (6 months ago)
- Last Synced: 2024-10-29T14:53:10.161Z (6 months ago)
- Topics: cli, hacktoberfest, javascript, javascript-framework, nest, nest-cli, nestjs, nodejs, typescript, typescript-framework
- Language: TypeScript
- Homepage: https://nestjs.com
- Size: 51 MB
- Stars: 1,966
- Watchers: 36
- Forks: 393
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome - nest-cli - CLI tool for Nest applications 🍹 (TypeScript)
- awesome-nestjs - CLI - Nestjs 应用程序的 CLI 工具。 (资源 / 运行)
- awesome-nestjs - `@nestjs/cli` - CLI tool for NestJS applications. (Runtime)
README
A progressive Node.js framework for building efficient and scalable server-side applications.
## 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](https://github.com/angular/angular-cli/tree/master/packages/angular_devkit/schematics), and provides built in support from the schematics collection at [@nestjs/schematics](https://github.com/nestjs/schematics).
Read more [here](https://docs.nestjs.com/cli/overview).
## Installation
```
$ npm install -g @nestjs/cli
```## Usage
Learn more in the [official documentation](https://docs.nestjs.com/cli/overview).
## Stay in touch
- Website - [https://nestjs.com](https://nestjs.com/)
- Twitter - [@nestframework](https://twitter.com/nestframework)## License
Nest is [MIT licensed](LICENSE).