Protoc

install protoc and required plugins.

Prerequisites

  1. node, yarn

  2. buf

  3. prototool

  4. clang-format

  5. proto

  6. protoc-gen-go

  7. protoc-gen-validate

  8. protoc-gen-grpc-gateway

  9. protoc-gen-grpc-web

  10. protoc-gen-swagger

Installation

# basics
brew install node
brew install yarn

# plugins
yarn global add grpc-tools
brew install protoc-gen-grpc-web

Reference

Last updated

Was this helpful?