speakeasy-api/easytemplate
easytemplate is Go's text/template with 🦸 JS super powers 🦸
This is a tool for Go developers who need advanced control over text templating. It takes Go template files and data, then produces structured text output, allowing for dynamic data manipulation and complex logic using JavaScript snippets directly within templates. Developers building applications that require highly customizable text generation, such as code generators or report builders, would use this.
Use this if you are a Go developer needing to combine the power of Go's `text/template` with the flexibility and dynamic capabilities of JavaScript for complex text generation tasks.
Not ideal if you need a simple templating solution without the overhead of JavaScript integration or if you are not a Go developer.
Stars
50
Forks
4
Language
Go
License
Apache-2.0
Category
Last pushed
Mar 09, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/speakeasy-api/easytemplate"
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.