A collection of NestJS components. This repository is maintained with lerna.
A simple interceptor formatting a HTTP response with a Link
header and a Content-Range
.
A simple NestJS interceptor catching request details and logging it using the built-in Logger class. It will use the default Logger implementation unless you pass your own to your Nest application.
A simple NestJS Http Exception Filter.
A Google Cloud PubSub transport strategy for NestJS.
An extended Client Proxy for Google Cloud PubSub.
A set of custom decorators for NestJS.
A package containing overriden class validators.
A package containing custom class transformers.
This repository is managed by Lerna.js. If you want to contribute, you need to follow these instructions:
Install root dependencies:
npm install
That's it!