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

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

استكشفعمليات بحث منسقةOpen-source alternativesSelf-hosted softwareالمدونةخريطة الموقع
المشروعحولHow we rankالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 مستودعات

Awesome GitHub RepositoriesCustom Code Generators

Creating custom output formats by writing emitters that transform TypeSpec definitions into any target artifact.

Distinguishing note: No candidate covers creating custom output formats from a type definition language; this is a unique capability.

Explore 4 awesome GitHub repositories matching development tools & productivity · Custom Code Generators. Refine with filters or upvote what's useful.

Awesome Custom Code Generators GitHub Repositories

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

    microsoft/typespec

    5,781عرض على GitHub↗

    TypeSpec is a language for defining cloud API shapes and generating OpenAPI, JSON Schema, and client/server code from a single source of truth. It functions as a protocol-agnostic API designer that models REST, gRPC, and other API protocols using a unified, extensible syntax, with a decorator-based metadata system for attaching metadata, validation rules, and lifecycle visibility to API models and operations. The compiler produces OpenAPI 3.0 specifications and other artifacts, and the tool supports declaring API versions and tracking changes to models, properties, and operations across releas

    Creates custom output formats by writing emitters that transform TypeSpec definitions into any target artifact.

    Javajson-schemaopenapi3protobuf
    عرض على GitHub↗5,781
  • querydsl/querydslالصورة الرمزية لـ querydsl

    querydsl/querydsl

    4,964عرض على GitHub↗

    Querydsl is a framework for the construction of type-safe queries. It uses a fluent API and annotation-based code generation to create mirror classes from domain models, enabling compile-time validation of database queries and removing the need for manual string concatenation. The project provides a unified query syntax that translates into specific dialects for multiple backends, including SQL, MongoDB, Lucene, and JDO. It supports advanced query capabilities such as common table expressions, window functions, geospatial operations, and complex nested subqueries. Beyond data retrieval, the

    Provides configuration options to adjust accessor styles, naming conventions, and package inclusions for serialized query types.

    Java
    عرض على GitHub↗4,964
  • infyomlabs/laravel-generatorالصورة الرمزية لـ InfyOmLabs

    InfyOmLabs/laravel-generator

    3,829عرض على GitHub↗

    This project is a code scaffolding tool and database-to-code mapper for Laravel. It functions as a CRUD generator and REST API generator that automates the creation of models, controllers, and administrative interfaces based on database schemas. The tool is distinguished by its template-driven approach, using customizable stub files that allow developers to override default blueprints to enforce specific architectural standards. It provides complete administrative dashboard boilerplates, including integrated authentication, themed UI layouts, and searchable data tables. The system covers a b

    Allows customization of generator settings to match non-standard directory structures and namespaces.

    PHP
    عرض على GitHub↗3,829
  • go-jet/jetالصورة الرمزية لـ go-jet

    go-jet/jet

    3,717عرض على GitHub↗

    Jet is a schema-driven code generation tool and type-safe SQL builder for Go. It introspects database schemas to automatically generate builders and data models, enabling compile-time type checking for table and column references to prevent runtime errors. The project distinguishes itself through a fluent interface that mirrors native SQL syntax, allowing for the orchestration of complex queries including common table expressions, recursive queries, and nested JSON structures. It further optimizes data retrieval by binding query outputs directly into generated Go structures or raw byte slices

    Enables modification of generator output to customize field types, tags, and file names.

    Gocockroachdbcode-completioncode-generator
    عرض على GitHub↗3,717
  1. Home
  2. Development Tools & Productivity
  3. Custom Code Generators

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

  • Generator Configuration OptionsCustomization of naming conventions and accessor styles for generated code. **Distinct from Custom Code Generators:** Distinct from Custom Code Generators: focuses on adjusting parameters of the existing generator rather than writing new emitters.
  • Generator Output CustomizationOptions for modifying the generated source code, such as changing field types or adding tags. **Distinct from Custom Code Generators:** Focuses on tweaking the output of a schema-to-code generator rather than defining a custom emitter from scratch.