pbr0ck3r / asdf-protoc-gen-go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asdf-protoc-gen-go Build Lint

protoc-gen-go plugin for the asdf version manager.

Contents

Dependencies

  • bash, curl, tar: generic POSIX utilities.
  • go: brew install go
  • 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-gen-go
# or
asdf plugin add protoc-gen-go https://github.com/pbr0ck3r/asdf-protoc-gen-go.git

protoc-gen-go:

# Show all installable versions
asdf list-all protoc-gen-go

# Install specific version
asdf install protoc-gen-go latest

# Set a version globally (on your ~/.tool-versions file)
asdf global protoc-gen-go latest

# Now protoc-gen-go commands are available
protoc-gen-go --version

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 © Phil Brocker

About

License:Apache License 2.0


Languages

Language:Shell 100.0%