Skip to content

acrontum/oas-codegen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 

Repository files navigation

oas codegen

Suite of openapi code generation tools.

Table of Contents

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.

About

OpenAPI Spec Codegen Monorepo

Resources

Stars

Watchers

Forks

Packages

No packages published