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

https://github.com/HouseOfAngular/nestjs-packages


https://github.com/HouseOfAngular/nestjs-packages

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# House of Angular NestJS Packages

[![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lerna.js.org/)
[![build](https://github.com/HouseOfAngular/nestjs-packages/workflows/MASTER%20CI/badge.svg)](https://github.com/HouseOfAngular/nestjs-packages/actions?query=workflow%3A%22MASTER+CI%22)

A collection of packages, modules and utilities for NestJS.

| Package | Description | Version | Changelog |
| ------------------------------------------------------------- | ------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------ |
| [`@house-of-angular/nestjs-streaming`](packages/streaming) | Useful providers that allows working with streaming like responses | [![version](https://img.shields.io/npm/v/@house-of-angular/nestjs-streaming.svg)](https://www.npmjs.com/package/@house-of-angular/nestjs-streaming) | [changelog](packages/streaming/CHANGELOG.md) |
| [`@house-of-angular/nestjs-ng-pdf-generator`](packages/pdf-generator) | Extension to the @nestjs/ng-universal with pdf-generator api | [![version](https://img.shields.io/npm/v/@house-of-angular/nestjs-ng-pdf-generator.svg)](https://www.npmjs.com/package/@house-of-angular/nestjs-ng-pdf-generator) | [changelog](packages/pdf-generator/CHANGELOG.md) |

## Development

### Setup

- `$ npm install`
- `$ npm run lerna bootstrap`

### Publish packages

- `npm run lerna version -- --conventional-commits`
- `npm run lerna publish from-git`