Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 589 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 589 Bytes

nestjs-lib-starter

NestJS library starter, helpful with creating new libraries for NestJS.

Philosophy

While NestJS community is growing, and it has it's own 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 <path_to_.tgz_file>

ToDo

  • [] Create CLI to generate starter
  • [] Improve documentation
  • [] Add examples