asdf-zigmod [](https://github.com/kachick/asdf-zigmod/actions/workflows/build.yml?query=branch%3Amain) [](https://github.com/kachick/asdf-zigmod/actions/workflows/lint.yml?query=branch%3Amain) [](https://github.com/kachick/asdf-zigmod/actions/workflows/mise.yml?query=branch%3Amain)
May 6, 2024 ยท View on GitHub
zigmod plugin for the asdf version manager.
Tested also mise.
Contents
Dependencies
asdf-vmormisebash,curl: generic POSIX utilities.
Install
Plugin:
asdf plugin add zigmod https://github.com/kachick/asdf-zigmod.git
short-name specifier is also available when you don't turn disable_plugin_short_name_repository
asdf plugin add zigmod
zigmod:
# Show all installable versions
$ asdf list-all zigmod
# Install specific version
$ asdf install zigmod latest
# NOTE:
# - This plugin supports zigmod versions r75 or later
# - r* is newer prefix than v*
# Set a version globally (on your ~/.tool-versions file)
$ asdf global zigmod latest
# Now zigmod commands are available
$ zigmod version
zigmod r89 linux x86_64 musl
Check asdf readme for more instructions on how to install & manage versions.
Contributing
Contributions of any kind welcome! See the contributing guide.
License
See LICENSE