awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

21 रिपॉजिटरी

Awesome GitHub RepositoriesCode Generation Tools

Frameworks and utilities for generating code during build or design time.

Explore 21 awesome GitHub repositories matching part of an awesome list · Code Generation Tools. Refine with filters or upvote what's useful.

Awesome Code Generation Tools GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • kyleconroy/sqlckyleconroy का अवतार

    kyleconroy/sqlc

    17,886GitHub पर देखें↗

    sqlc is a SQL compiler and code generator that creates type-safe database client code from raw SQL queries. It transforms SQL statements into typed definitions and functions, eliminating the need for manual row mapping between database results and application structures. The tool ensures compile-time safety by validating SQL queries against the database schema before the application is run. This workflow integrates the database schema directly into the application code, deriving types from the underlying SQL definitions to prevent runtime errors. The system utilizes AST-based query analysis

    Generates type-safe Go code from SQL.

    Go
    GitHub पर देखें↗17,886
  • cweill/gotestscweill का अवतार

    cweill/gotests

    5,315GitHub पर देखें↗

    gotests is a static analysis tool and boilerplate generator for Go that automatically creates structured test suites from source code. It functions as a table-driven test framework that handles type resolution for functions and methods, including the mapping of generic type constraints to concrete implementation types. The tool integrates with large language models to synthesize realistic input values and edge cases based on function logic. It uses a template-driven generation system, allowing the structure and format of the resulting test code to be customized through external templates and

    Generates table-driven unit tests from source code.

    Gocode-generatorcommandlinego
    GitHub पर देखें↗5,315
  • dave/jenniferdave का अवतार

    dave/jennifer

    3,618GitHub पर देखें↗

    Jennifer is a code generator for Go

    Go code generation library.

    Go
    GitHub पर देखें↗3,618
  • chimeracoder/gojsonChimeraCoder का अवतार

    ChimeraCoder/gojson

    2,687GitHub पर देखें↗

    Automatically generate Go (golang) struct definitions from example JSON

    Generates Go structs from JSON.

    Gocligogo-generate
    GitHub पर देखें↗2,687
  • cheekybits/gennycheekybits का अवतार

    cheekybits/genny

    1,719GitHub पर देखें↗

    Elegant generics for Go

    Provides elegant generic code generation.

    Go
    GitHub पर देखें↗1,719
  • smallnest/gensmallnest का अवतार

    smallnest/gen

    1,441GitHub पर देखें↗

    Converts a database into gorm structs and RESTful api

    Generates Go structs from database schemas.

    Godatabasedatabasesgenerator
    GitHub पर देखें↗1,441
  • daveaglick/scriptydaveaglick का अवतार

    daveaglick/Scripty

    618GitHub पर देखें↗

    Tools to let you use Roslyn-powered C# scripts for code generation. You can think of it as a scripted alternative to T4 templates.

    Scripted alternative to T4 templates for code generation.

    C#
    GitHub पर देखें↗618
  • aarnott/codegeneration.roslynAArnott का अवतार

    AArnott/CodeGeneration.Roslyn

    411GitHub पर देखें↗

    Assists in performing Roslyn-based code generation during a build. This includes design-time support, such that code generation can respond to changes made in hand-authored code files by generating new code that shows up to Intellisense as soon as the file is saved to disk.

    Build-time code generation with design-time support.

    C#
    GitHub पर देखें↗411
  • testura/testura.codeTestura का अवतार

    Testura/Testura.Code

    296GitHub पर देखें↗

    Testura.Code is a wrapper around the Roslyn API and used for generation, saving and compiling C# code. It provides methods and helpers to generate classes, methods, statements and expressions.

    Wrapper for generating, saving, and compiling C# code.

    C#
    GitHub पर देखें↗296
  • nventive/uno.sourcegenerationnventive का अवतार

    nventive/Uno.SourceGeneration

    133GitHub पर देखें↗

    The Uno source generator is an API compatible source generator inspired by Roslyn v2.0 source generation feature, and an msbuild task which executes the SourceGenerators.

    Source generator utilizing full syntactic and semantic model information.

    C#
    GitHub पर देखें↗133
  • bouk/gonericsB

    bouk/gonerics

    0GitHub पर देखें↗

    Generates generic code for Go projects.

    GitHub पर देखें↗0
  • opennota/re2dfaO

    opennota/re2dfa

    0GitHub पर देखें↗

    Converts regular expressions into finite state machines.

    GitHub पर देखें↗0
  • xuanwo/ggX

    Xuanwo/gg

    0GitHub पर देखें↗

    Go code generation utility.

    GitHub पर देखें↗0
  • vburenin/ifacemakerV

    vburenin/ifacemaker

    0GitHub पर देखें↗

    Generates interfaces from struct methods.

    GitHub पर देखें↗0
  • xuri/xgenX

    xuri/xgen

    0GitHub पर देखें↗

    Parses XSD files to generate Go, C, or Java code.

    GitHub पर देखें↗0
  • hexdigest/gounitH

    hexdigest/gounit

    0GitHub पर देखें↗

    Generates test code using custom templates.

    GitHub पर देखें↗0
  • parquery/gocontractsP

    Parquery/gocontracts

    0GitHub पर देखें↗

    Implements design-by-contract via code and documentation.

    GitHub पर देखें↗0
  • xo/xoX

    xo/xo

    0GitHub पर देखें↗

    Generates Go code from database schemas or queries.

    GitHub पर देखें↗0
  • shelnutt2/db2structS

    Shelnutt2/db2struct

    0GitHub पर देखें↗

    Generates Go structs from database tables.

    GitHub पर देखें↗0
  • dylanmeeus/hasgoD

    DylanMeeus/hasgo

    0GitHub पर देखें↗

    Generates Haskell-inspired functions for slices.

    GitHub पर देखें↗0
पिछला12अगला
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Code Generation Tools