k3k8 / asdf-protobuf

asdf-protoc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asdf-protoc Build Lint

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...

Contents

Dependencies

  • 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.

Install

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.

Contributing

Contributions of any kind welcome! See the contributing guide.

Thanks goes to these contributors!

License

See LICENSE © Daiki Nishikawa

About

asdf-protoc

License:MIT License


Languages

Language:Shell 100.0%