Skip to content

kittgen/kittgen-nestjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kittgen. For Nestjs.

Description

Kittgen is a set of libraries and code generators. In this repository you can find all things related to Nestjs.

Available Modules

Library Development

Choose your package

e.g. for nestjs-authorization

cd packages/nestjs-authorization
npm install
npm run build

Choose your example project

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

License

Kittgen is licensed under MIT. See LICENSE.

Authors

Kittgen is developed by Otto von Wesendonk and Edgar Müller.