Skip to content

hejkerooo/nestjs-lib-starter

Repository files navigation

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