Protocol Buffers (protoc) plugin for the asdf version manager.
This repository was created based on asdf-plugin-template because it seem paxosglobal/asdf-protoc is not so maintained...
bash
,curl
,tar
: generic POSIX utilities.SOME_ENV_VAR
: set this environment variable in your shell config to load the correct version of tool x.
Plugin:
asdf plugin add protoc
# or
asdf plugin add protoc https://github.com/nissy-dev/asdf-protoc.git
protoc:
# Show all installable versions
asdf list-all protoc
# Install specific version
asdf install protoc latest
# Set a version globally (on your ~/.tool-versions file)
asdf global protoc latest
# Now protoc commands are available
protoc --help
Check asdf readme for more instructions on how to install & manage versions.
Contributions of any kind welcome! See the contributing guide.
Thanks goes to these contributors!
See LICENSE © Daiki Nishikawa