Skip to content

Downloads and unpacks Protocol Buffers compiler protoc.

License

Notifications You must be signed in to change notification settings

amplify-edge/protoc-install

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Downloads and unpacks Protocol Buffers compiler protoc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%