Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-23T23:55:38.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T16:56:14.602Z (almost 2 years ago)
- Topics: library, library-starter, nestjs, nodejs, starter, typescript
- Language: JavaScript
- Size: 962 KB
- Stars: 16
- Watchers: 1
- Forks: 2
- 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