https://github.com/sclable/nestjs-libs
Libraries for NestJS
https://github.com/sclable/nestjs-libs
Last synced: 11 months ago
JSON representation
Libraries for NestJS
- Host: GitHub
- URL: https://github.com/sclable/nestjs-libs
- Owner: sclable
- License: mit
- Created: 2021-04-27T11:32:58.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-09T01:20:16.000Z (over 1 year ago)
- Last Synced: 2025-08-04T00:32:46.963Z (11 months ago)
- Language: TypeScript
- Size: 10.2 MB
- Stars: 13
- Watchers: 3
- Forks: 2
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# NestJS Library Collection
This [monolithic repository][monolithic_repository] provides essential packages for developing NestJS based applications.
To manage packages in this repository, we use [Lerna][lerna.js]. Consider reading the docs.
## Packages
* [Async Provider](./packages/async-provider/README.md) (@sclable/nestjs-async-provider)
* [Authentication](./packages/auth/README.md) (@sclable/nestjs-auth)
* [ES/CQRS](./packages/es-cqrs/README.md) (@sclable/nestjs-es-cqrs)
* [ES/CQRS Schematics](./packages/es-cqrs-schematics/README.md) (@sclable/nestjs-es-cqrs-schematics)
* [GraphQL UUID Scalar](./packages/graphql-scalar-uuid/README.md) (@sclable/nestjs-graphql-scalar-uuid)
* [Storage](./packages/storage/README.md) (@sclable/nestjs-storage)
* [Queue](./packages/queue/README.md) (@sclable/nestjs-queue)
## Example project
An example project is also available at [nestjs-libs-example](https://github.com/sclable/nestjs-libs-example) to show
around some features and usage of the nestjs libraries.
## Contribution
See our [CONTRIBUTING](CONTRIBUTING.md) guide!
[monolithic_repository]: https://en.wikipedia.org/wiki/Codebase#Distinct_and_monolithic_codebases
[lerna.js]: https://lernajs.io