openapi-sdkgen
v7.2.0
Published
Generate application SDK source from OpenAPI documents.
Readme
openapi-sdkgen
Generate application SDK source from OpenAPI 3.0, 3.1, and 3.2 documents.
The current release includes the typescript target.
pnpm dlx openapi-sdkgen generate \
--input ./openapi.yaml \
--target typescript \
--output ./src/generated/apiThe package contains precompiled executables for macOS, Linux, and Windows on arm64 and x64. Go is not required by consumers.
For command reference and generated SDK usage, see the project documentation.
