Skip to content

mise-plugins/asdf-zigmod

Repository files navigation

asdf-zigmod Build Lint mise

zigmod plugin for the asdf version manager.
Tested also mise.

Contents

Dependencies

  • asdf-vm or mise
  • bash, 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