Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nestjs/schematics
Nest architecture element generation based on Angular schematics 🎬
https://github.com/nestjs/schematics
devkit javascipt nest nodejs schematics typescript typescript-framework
Last synced: 27 days ago
JSON representation
Nest architecture element generation based on Angular schematics 🎬
- Host: GitHub
- URL: https://github.com/nestjs/schematics
- Owner: nestjs
- License: mit
- Created: 2018-02-21T10:21:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T14:57:26.000Z (7 months ago)
- Last Synced: 2024-04-14T09:34:46.828Z (7 months ago)
- Topics: devkit, javascipt, nest, nodejs, schematics, typescript, typescript-framework
- Language: TypeScript
- Homepage: https://nestjs.com
- Size: 16.2 MB
- Stars: 355
- Watchers: 8
- Forks: 191
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
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. Read more [here](https://docs.nestjs.com/cli/overview).
## Installation
```bash
$ npm install -g @nestjs/schematics
```## Usage
Learn more in the [official documentation](https://docs.nestjs.com/).
## Stay in touch
- Website - [https://nestjs.com](https://nestjs.com/)
- Twitter - [@nestframework](https://twitter.com/nestframework)## License
Nest is [MIT licensed](LICENSE).