gauge plugin for the asdf version manager.
bash,curl: generic POSIX utilities.zipSOME_ENV_VAR: set this environment variable in your shell config to load the correct version of tool x.
Plugin:
asdf plugin add gauge
# or
asdf plugin add gauge https://github.com/yysushi/asdf-gauge.gitgauge:
# Show all installable versions
asdf list-all gauge
# Install specific version
asdf install gauge latest
# Set a version globally (on your ~/.tool-versions file)
asdf global gauge latest
# Now gauge commands are available
gauge --helpCheck asdf readme for more instructions on how to install & manage versions.
Contributions of any kind welcome! See the contributing guide.