Protoc
install protoc and required plugins.
Prerequisites
node, npm
buf
prototool
clang-format
proto
protoc-gen-go
protoc-gen-validate
protoc-gen-grpc-gateway
protoc-gen-grpc-web
protoc-gen-swagger
Installation
# basics
brew install node
# plugins
npm install -g grpc-tools
brew install protoc-gen-grpc-webReference
Last updated
Was this helpful?