NCUHOME/cato
free for go project
Provides code generation via `protoc-gen-cato` plugin that transforms Protocol Buffer definitions into database models, repository methods, HTTP handlers, and OpenAPI documentation—supporting relational databases, struct mapping, and parameter binding. Uses custom proto options across modular files (`db.proto`, `http.proto`, `struct.proto`) to declaratively configure code generation from a single source of truth. Targets server-side Go projects requiring stable, maintainable architectures with minimal boilerplate.
Stars
6
Forks
2
Language
Go
License
MIT
Category
Last pushed
Mar 12, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/NCUHOME/cato"
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.
omissis/go-jsonschema
A tool to generate Go data types from JSON Schema definitions.
zeromicro/go-zero
A cloud-native Go microservices framework with cli tool for productivity.
openconfig/ygot
A YANG-centric Go toolkit - Go/Protobuf Code Generation; Validation; Marshaling/Unmarshaling
mailru/easyjson
Fast JSON serializer for golang.