zigmod plugin for the asdf version manager.
Tested also mise.
asdf-vm
ormise
bash
,curl
: generic POSIX utilities.
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.
Contributions of any kind welcome! See the contributing guide.
See LICENSE