Introduction
@oas-typescript
is a set of tools to enhance TypeScript-based development of OpenAPI Specification. There are 3 packages:
@oas-typescript/swagger-ui
is a package to enhance the experience of Swagger docs.@oas-typescript/axios
is a package to generate Axios client SDK of the OpenAPI specification. It's fully type-safe.@oas-typescript/koa
is a package to generate Koa server stubs of the OpenAPI specification. It's fully type-safe.