nsaunders / asdf-zephyr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asdf-zephyr Build Lint

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

About

License:MIT License


Languages

Language:Shell 100.0%