zephyr plugin for the asdf version manager.
bash
,curl
,tar
: generic POSIX utilities
Plugin:
asdf plugin add zephyr
# or
asdf plugin add zephyr https://github.com/nsaunders/asdf-zephyr.git
zephyr:
# Show all installable versions
asdf list-all zephyr
# Install specific version
asdf install zephyr latest
# Set a version globally (on your ~/.tool-versions file)
asdf global zephyr latest
# Now zephyr commands are available
zephyr --help
Check asdf readme for more instructions on how to install & manage versions.
Contributions of any kind welcome! See the contributing guide.
See LICENSE © Nick Saunders