NestJS library starter, helpful with creating new libraries for NestJS.
While NestJS community is growing, and it has it's own Starter I've decided to create starter pack for libraries.
- Run
npm run build:test
- Copy absolute path to generated
.tgz
file - Run in other project
npm install <path_to_.tgz_file>
- [] Create CLI to generate starter
- [] Improve documentation
- [] Add examples