Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 27 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-14T08:11:10.000Z (7 months ago)
- Last Synced: 2024-04-14T09:34:46.940Z (7 months ago)
- Topics: cli, hacktoberfest, javascript, javascript-framework, nest, nest-cli, nestjs, nodejs, typescript, typescript-framework
- Language: TypeScript
- Homepage: https://nestjs.com
- Size: 30.6 MB
- Stars: 1,879
- Watchers: 36
- Forks: 373
- Open Issues: 46
-
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).