asdf-zephyr [](https://github.com/nsaunders/asdf-zephyr/actions/workflows/build.yml) [](https://github.com/nsaunders/asdf-zephyr/actions/workflows/lint.yml)
April 24, 2021 · View on GitHub
asdf-zephyr

zephyr plugin for the asdf version manager.
Dependencies
bash,curl,tar: generic POSIX utilities
Install
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.
Contributing
Contributions of any kind welcome! See the contributing guide.
License
See LICENSE © Nick Saunders