Skip to content

OpenAPI code generators

Andriy Mykulyak edited this page Oct 27, 2022 · 8 revisions

Design Considerations

Each generator has a few main parts:

  • CLI command module (see yargs docs for more details), which should be located in src/command.ts. It is used by @fresha/openapi-codegen-cli to run a generator from command line
  • root generator, usually located in part subfolder

Existing OpenAPI generators

Clone this wiki locally