···2222- runs in CLI, Node.js 18+, or npx
2323- works with OpenAPI 2.0, 3.0, and 3.1
2424- customizable types and SDKs
2525-- clients for your runtime (Fetch API, Axios, Next.js, Nuxt, etc.)
2525+- clients for your runtime (Fetch API, Angular, Axios, Next.js, Nuxt, etc.)
2626- plugin ecosystem to reduce third-party boilerplate
2727- custom plugins and custom clients
2828- [integration](/openapi-ts/integrations) with Hey API Platform
···3535 "test:update": "turbo run test:update",
3636 "test:watch": "turbo run test:watch",
3737 "test": "turbo run test",
3838- "typecheck": "turbo run typecheck --filter=\"!@example/openapi-ts-sample\"",
3939- "vitepress": "turbo run $1 --filter=\"@docs/openapi-ts\""
3838+ "typecheck": "turbo run typecheck --filter=\"!@example/openapi-ts-sample\""
4039 },
4140 "engines": {
4241 "node": "^18.18.0 || ^20.9.0 || >=22.10.0"
+1-1
packages/openapi-ts/README.md
···3434- runs in CLI, Node.js 18+, or npx
3535- works with OpenAPI 2.0, 3.0, and 3.1
3636- customizable types and SDKs
3737-- clients for your runtime (Fetch API, Axios, Next.js, Nuxt, etc.)
3737+- clients for your runtime (Fetch API, Angular, Axios, Next.js, Nuxt, etc.)
3838- plugin ecosystem to reduce third-party boilerplate
3939- custom plugins and custom clients
4040- [integration](https://heyapi.dev/openapi-ts/integrations) with Hey API Platform