https://github.com/maxgaurav/nestjs-template-schematics
Schematic to setup https://github.com/maxgaurav/nestjs-framework-template through collection flag in nest cli new action
https://github.com/maxgaurav/nestjs-template-schematics
Last synced: 3 months ago
JSON representation
Schematic to setup https://github.com/maxgaurav/nestjs-framework-template through collection flag in nest cli new action
- Host: GitHub
- URL: https://github.com/maxgaurav/nestjs-template-schematics
- Owner: maxgaurav
- License: mit
- Created: 2022-04-28T09:26:07.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-29T10:11:27.000Z (about 3 years ago)
- Last Synced: 2025-03-30T04:02:47.365Z (3 months ago)
- Language: TypeScript
- Size: 306 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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).