Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

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/)