twitchtv/retool
Vendoring for executables written in Go
ArchivedManages development tool dependencies by creating an isolated per-project GOPATH (`_tools`) that pins executable versions in a `tools.json` manifest, ensuring all team members use consistent versions of code generators and linters. Tools are invoked through `retool do` commands, which prepend the vendored toolchain to PATH, preventing version skew in generated code output. **Note: This project is deprecated as of March 2022; Go Modules is the recommended replacement.**
411 stars. No commits in the last 6 months.
Stars
411
Forks
21
Language
Go
License
Apache-2.0
Category
Last pushed
Mar 04, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/twitchtv/retool"
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.