Protoc
install protoc and required plugins.
Prerequisites
node, yarn
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
brew install yarn
# plugins
yarn global add grpc-tools
brew install protoc-gen-grpc-webReference
Last updated
Was this helpful?