Fanatics/toast
Plugin-driven CLI utility for code generation using Go source as IDL
This tool helps Go developers automate the creation of boilerplate code based on their existing Go source files. It takes your Go code as input and uses it as a blueprint to generate new code, such as database interfaces or API definitions. It's designed for Go programmers who frequently write repetitive code.
No commits in the last 6 months.
Use this if you are a Go developer looking to streamline your workflow by automatically generating code from your existing Go source files instead of writing it manually.
Not ideal if you are not a Go developer or if your code generation needs are simple enough to be handled by basic templating.
Stars
53
Forks
3
Language
Go
License
BSD-3-Clause
Category
Last pushed
May 18, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/Fanatics/toast"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
googleapis/gapic-generator-python
Generate Python API client libraries from Protocol Buffers.
zeromicro/go-zero
A cloud-native Go microservices framework with cli tool for productivity.
omissis/go-jsonschema
A tool to generate Go data types from JSON Schema definitions.
openconfig/ygot
A YANG-centric Go toolkit - Go/Protobuf Code Generation; Validation; Marshaling/Unmarshaling
mailru/easyjson
Fast JSON serializer for golang.