Skip to content

HouseOfAngular/nestjs-packages

Repository files navigation

House of Angular NestJS Packages

lerna build

A collection of packages, modules and utilities for NestJS.

Package Description Version Changelog
@house-of-angular/nestjs-streaming Useful providers that allows working with streaming like responses version changelog
@house-of-angular/nestjs-ng-pdf-generator Extension to the @nestjs/ng-universal with pdf-generator api version changelog

Development

Setup

  • $ npm install
  • $ npm run lerna bootstrap

Publish packages

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