Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 583 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 583 Bytes

Go Report Card

protoc-install

Downloads and unpacks Protocol Buffers compiler protoc.

To install

Go has to be installed.

    go get github.com/palchukovsky/protoc-install

To run

Arguments

  • -type: "cli" for protoc or "grpc-web" for gRPC Web protoc plugin
  • -ver: version to install
  • -out: output directory

Example

    protoc-install -type cli -ver 3.10.1 -out bin