An open API service indexing awesome lists of open source software.

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

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