gen
Code generator
A tool for generating code in Go with support for generics and runtime extensibility via typewriters.
Type-driven code generation for Go
1k stars
37 watching
90 forks
Language: Go
last commit: about 1 year ago
Linked from 1 awesome list
code-generationgenericsgo
Related projects:
Repository | Description | Stars |
---|---|---|
senselogic/generis | A lightweight code preprocessor for Go that adds features like generics and HTML templating. | 43 |
switchupcb/copygen | A code generator tool that produces custom copying logic between data structures without relying on reflection or extra dependencies. | 356 |
azr/generators | Automates the generation of boilerplate code for common Go applications | 5 |
jmattheis/goverter | Tool for generating type-safe converters in Go | 537 |
kazhuravlev/options-gen | A tool to generate functional options for Go applications. | 79 |
drizin/codegencs | A code generation toolkit that enables easy creation of templates for generating code in various languages and formats. | 260 |
genany/gen | Automated code generation tool for web applications based on API interfaces. | 279 |
dylanmeeus/hasgo | A code generator for Go with Haskell-inspired immutable and strongly-typed functions. | 141 |
unoplatform/uno.codegen | A set of source generators that automate the creation of common patterns in C# code | 90 |
aphoh/go-substrate-gen | A tool that generates boilerplate code for substrate-based chains | 7 |
awalterschulze/goderive | Automates generating implementations of common Go functions from input parameter types. | 1,245 |
cheekybits/genny | A tool for generating type-specific code in Go using generics | 1,711 |
gogo/letmegrpc | Generates web forms from gRPC definitions | 422 |
marlow/marlow | A tool that generates type-safe code for interacting with data persistence layers at compile time. | 13 |
codingconcepts/dg | A fast data generator for relational data. | 32 |