https://github.com/HouseOfAngular/nestjs-packages
https://github.com/HouseOfAngular/nestjs-packages
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/HouseOfAngular/nestjs-packages
- Owner: HouseOfAngular
- Created: 2020-11-05T09:31:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-06T13:39:58.000Z (over 2 years ago)
- Last Synced: 2025-07-10T11:06:46.023Z (11 months ago)
- Language: TypeScript
- Size: 3.03 MB
- Stars: 38
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# House of Angular NestJS Packages
[](https://lerna.js.org/)
[](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 | [](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 | [](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`