Open
Description
Is your feature request related to a problem? Please describe.
There is already a NestJS Client Code Generator in the OpenAPITools Repo but there is no Server Generator currently that would make it easy to have OpenAPI definitions used to generate NestJS Server Code
Describe the solution you'd like
NestJS Server Code Generator Contributed to OpenAPITools
Describe alternatives you've considered
Opened request on NestJS Git here
Additional context
Supporting NestJS Server Code Generation would make it easy for users of NestJS to build projects with "design first" approach using OpenAPITools Code Generator and not "just" use it to document their API.