awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

Awesome GitHub RepositoriesSchema-Driven Code Generators

Tools that generate code in various languages from schema definitions like CUE, Protobuf, or OpenAPI.

Distinct from Code from Specification Generators: Distinct from Code from Specification Generators: generates code from CUE schemas, not specifically from OpenAPI specifications.

Explore 3 awesome GitHub repositories matching software engineering & architecture · Schema-Driven Code Generators. Refine with filters or upvote what's useful.

Awesome Schema-Driven Code Generators GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • cue-lang/cueالصورة الرمزية لـ cue-lang

    cue-lang/cue

    6,147عرض على GitHub↗

    CUE is a constraint-based configuration language designed for data validation, schema definition, and code generation. At its core, it unifies types and values into a single concept, enabling compile-time validation that catches structural and value errors before runtime. The language treats data and constraints as the same thing, allowing a single definition to serve as both a schema and concrete configuration data. CUE distinguishes itself through its constraint-based unification engine, which combines multiple configuration sources into a single coherent result by merging their constraints

    Generates Go code, Protobuf definitions, and OpenAPI specs from CUE schemas.

    Goconfigurationdatakubernetes
    عرض على GitHub↗6,147
  • orval-labs/orvalالصورة الرمزية لـ orval-labs

    orval-labs/orval

    6,145عرض على GitHub↗

    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

    Generates Effect-TS schemas for request parameters, bodies, and responses from OpenAPI specifications.

    TypeScript
    عرض على GitHub↗6,145
  • acacode/swagger-typescript-apiالصورة الرمزية لـ acacode

    acacode/swagger-typescript-api

    4,093عرض على GitHub↗

    swagger-typescript-api is a utility that parses OpenAPI definitions to generate strongly typed data models and service wrappers for web applications. It transforms OpenAPI specifications into type-safe TypeScript API clients, removing the need for manual request and response boilerplate. The generator produces interchangeable client logic via pluggable transport adapters, allowing users to switch between Fetch and Axios for network requests. It uses template-based source emission to inject generated types and methods into a consistent client structure. The project handles the mapping of Open

    Produces TypeScript source code by parsing OpenAPI specification files and mapping schemas to language constructs.

    TypeScript
    عرض على GitHub↗4,093
  1. Home
  2. Software Engineering & Architecture
  3. OpenAPI Specification Parsers
  4. Go Code Generators
  5. Specification from Code Generators
  6. Code from Specification Generators
  7. Schema-Driven Code Generators

استكشف الوسوم الفرعية

  • Effect Schema GeneratorsGenerates Effect-TS schemas for request parameters, bodies, and responses from the OpenAPI spec. **Distinct from Schema-Driven Code Generators:** Distinct from Schema-Driven Code Generators: specifically generates Effect-TS validation schemas, not general code from CUE or Protobuf schemas.