Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eureka-shoulders/nest-clz
Cli created by shoulders to facilitate the development of Nest.js applications that use our seed!
https://github.com/eureka-shoulders/nest-clz
cli nestjs shoulders
Last synced: 10 days ago
JSON representation
Cli created by shoulders to facilitate the development of Nest.js applications that use our seed!
- Host: GitHub
- URL: https://github.com/eureka-shoulders/nest-clz
- Owner: Eureka-Shoulders
- License: mit
- Created: 2022-03-15T19:37:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-08T01:48:38.000Z (about 2 years ago)
- Last Synced: 2024-11-09T16:34:35.317Z (2 months ago)
- Topics: cli, nestjs, shoulders
- Language: TypeScript
- Homepage:
- Size: 481 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Nest CLZ
Your CLI by Shoulders to create a backend started with [nest-seed](https://github.com/Eureka-Shoulders/nest-seed)
## Installation
We will launch the application soon!
Using npm:
```bash
npm i -g nest-clz
```Using yarn:
```bash
yarn global add nest-clz
```
## Usage
```bash
nest-clz generate# Or use alias
nest-clz g
```_**Just answer the questions about name and scope of generation and we will work for you**_
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
## License
[MIT](https://choosealicense.com/licenses/mit/)