Search code examples
swaggernestjsswagger-codegennestjs-swagger

NestJS codegen from Swagger API definition


Does anybody know of a way to automatically generate NestJS typescript code from Swagger?


Solution

  • Currently, there are no packages that build a Nest server based on a swagger.json file. Would be a cool project though