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 1 year ago
JSON representation
NestJS library starter
- Host: GitHub
- URL: https://github.com/hejkerooo/nestjs-lib-starter
- Owner: hejkerooo
- Created: 2019-08-11T21:03:23.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-23T23:55:38.000Z (over 3 years ago)
- Last Synced: 2025-04-06T16:54:40.532Z (about 1 year ago)
- Topics: library, library-starter, nestjs, nodejs, starter, typescript
- Language: JavaScript
- Size: 962 KB
- Stars: 18
- Watchers: 1
- Forks: 3
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
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