Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hejkerooo/nestjs-lib-starter

NestJS library starter
https://github.com/hejkerooo/nestjs-lib-starter

library library-starter nestjs nodejs starter typescript

Last synced: about 2 months ago
JSON representation

NestJS library starter

Awesome Lists containing this project

README

        

# nestjs-lib-starter
[NestJS](https://github.com/nestjs/nest) library starter, helpful with creating new libraries for NestJS.

### Philosophy
While [NestJS](https://github.com/nestjs/nest) community is growing, and it has it's own [Starter](https://github.com/unlight/nest-typescript-starter) I've decided to create starter pack for libraries.

### Testing locally
- Run `npm run build:test`
- Copy absolute path to generated `.tgz` file
- Run in other project `npm install `

### ToDo
- [] Create CLI to generate starter
- [] Improve documentation
- [] Add examples