arthurnn / twirp-ruby

Twirp services in Ruby
Apache License 2.0
148 stars 57 forks source link

Compiling protoc-gen-twirp_ruby plugin #113

Open skatkov opened 8 months ago

skatkov commented 8 months ago

Has anyone ever tried to distribute protoc-gen-twirp_ruby plugin in a compiled form? Maybe even through brew or just binaries?

The fact, that we need to have go locally is a bit of nuance for us.

go install github.com/twitchtv/twirp-ruby/protoc-gen-twirp_ruby

skatkov commented 2 months ago

I managed to get this compiled and published via Github Releases.

https://github.com/skatkov/protoc-gen-twirp-ruby

This compiled version could later be easily used by protoc as a plugin, via --plugin argument.

if you are interested, I'm happy to bring this to this repository.