OpenAPI CLI
Generate typed clients from an OpenAPI spec:
bash
npx tanstack-fetch generate --input ./openapi.yaml --out ./src/apiThe CLI ships as the tanstack-fetch binary from the same package.
