mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-10-13 16:03:43 +00:00
* setup basic codegen for nestjs server * set up generated file structure * adapted moustache files * fixed imports * adapted templates * added module bootstrap * added model generation * fixed error with generic type * added README * added usage clarification to README, introduced module index.ts * Update modules/openapi-generator/src/main/resources/typescript-nestjs-server/api.module.mustache Co-authored-by: Esteban Gehring <esteban.gehring@gmail.com> * cleaned up package.mustache, added parameters for versions * cleaned up unneeded boilerplate templates * fixed indentations from templates * implemented useSingleRequestParameter * fixed parameter handling * added samples with tests * added docs * fixed samples * corrected docs * updated docs after merge of master * fixed samples build * fixed workflow --------- Co-authored-by: Esteban Gehring <esteban.gehring@gmail.com>