This github organization is dedicated to open source modules facilitating high scale enterprise-grade tools for using Typescript and OpenAPI to build back end services. It currently includes:
- openapi-typescript-express - a code generator forked from drwpow's excellent openapi-typescript that additionally generates types for an Express v5 service to use.
- @openapi-typescript-infra/service - an extensible module to run an OpenAPI service with telemetry, path based routing, and a bunch of other goodness.
- @openapi-typescript-infra/service-tester - a set of Jest utilities for testing @openapi-typescript-infra/service implementations.
The easiest way to play is to make your own:
mkdir my-cool-api && cd my-cool-api
yarn create @openapi-typescript-infra