-
Notifications
You must be signed in to change notification settings - Fork 5
OpenAPI code generators
Andriy Mykulyak edited this page Oct 27, 2022
·
8 revisions
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-clito run a generator from command line - root generator, usually located in
partsubfolder