Skip to content

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

About

NestJS library starter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 62.3%
  • TypeScript 37.7%