GENERIS
Code generator
A lightweight code preprocessor for Go that adds features like generics and HTML templating.
Versatile Go code generator.
43 stars
3 watching
1 forks
Language: D
last commit: over 2 years ago
Linked from 2 awesome lists
code-generatorconditional-compilationconversiongenericsgolanghtml-templatingstyle
Related projects:
Repository | Description | Stars |
---|---|---|
clipperhouse/gen | A tool for generating code in Go with support for generics and runtime extensibility via typewriters. | 1,429 |
drizin/codegencs | A code generation toolkit that enables easy creation of templates for generating code in various languages and formats. | 258 |
piglig/go-qr | A minimalistic QR code generator written in Go. | 32 |
jmattheis/goverter | Tool for generating type-safe converters in Go | 525 |
azr/generators | Automates the generation of boilerplate code for common Go applications | 5 |
gogo/letmegrpc | Generates web forms from gRPC definitions | 421 |
wlbr/templify | A tool to embed external template files into Go code automatically during the build process. | 30 |
dylanmeeus/hasgo | A code generator for Go with Haskell-inspired immutable and strongly-typed functions. | 141 |
mafulong/godal | Tools for generating Golang code from SQL definitions | 18 |
codingconcepts/dg | A fast data generator for relational data. | 32 |
marlow/marlow | A tool that generates type-safe code for interacting with data persistence layers at compile time. | 13 |
mdgriffith/elm-codegen | An Elm package and CLI tool for generating code with automatic imports and type inference. | 138 |
wisdomshell/codeshell | An open-source code generation platform for software developers that uses large language models to generate high-quality code | 1,617 |
awalterschulze/goderive | Automates generating implementations of common Go functions from input parameter types. | 1,243 |
metaverse/truss | A tool for automating the creation of boilerplate code for Go-kit microservices using gRPC and protoc buffers. | 737 |