Kittgen is a set of libraries and code generators. In this repository you can find all things related to Nestjs.
- @kittgen/nestjs-authorization: A permission based authorization library
- @kittgen/nestjs-https-redirect: HTTPS redirect middleware
- @kittgen/nestjs-fluent-logger: KeyValue Logger with obfuscating functionality
- @kittgen/nestjs-typeorm-history: Keep histories of your TypeORM entities
e.g. for nestjs-authorization
cd packages/nestjs-authorization
npm install
npm run build
Example projects are used to show the usage of the libraries.
e.g. for my-nest-project
cd example-apps/my-nestjs-project
# local libraries will be loaded through the npm `file` command
npm install
npm run start:dev
Kittgen is licensed under MIT. See LICENSE.
Kittgen is developed by Otto von Wesendonk and Edgar Müller.