Suite of openapi code generation tools.
Table of Contents
Parses openapi 3 into an intermediate format designed to be easier to work with specifically with code generation.
Some example generators for typescript types are included in the source: "vanilla" typescript typings, and class-validator. Both generators simply parse the intermediate format to create typing files.
Nestjs codegen lib. Parses the output of oas-codegen-parser and uses the typescript compiler api to create or augment your existing api modules.
Coming soon
Bare-minimal nestjs codegen example using typegen to create typings and validation which are used in the output modules.