1 Repo
Attaches descriptive comments to enum members from API extensions so editors show helpful tooltips.
Distinct from Schema-Derived Enum Generators: Distinct from Schema-Derived Enum Generators: focuses on generating documentation comments for enum members from API extensions, not just creating enum types from schemas.
Explore 1 awesome GitHub repository matching data & databases · Documented Enum Generators. Refine with filters or upvote what's useful.
Orval is an OpenAPI-to-TypeScript code generator that produces fully typed API clients, data-fetching hooks, mock data, validation schemas, and server handlers from OpenAPI or Swagger specifications. It reads any YAML or JSON API specification and generates TypeScript interfaces, HTTP request functions, and framework-specific integration code that ensures compile-time correctness for all API calls. The project distinguishes itself by generating production-ready data-fetching hooks for React Query, Vue Query, Svelte Query, Solid Query, Angular, and SWR, complete with automatic cache invalidati
Attaches descriptive comments to enum members from API extensions for editor tooltips.