bash
,curl
,tar
: generic POSIX utilities.
Plugin:
# asdf plugin add xc
# waiting for PR
# or
asdf plugin add xc https://github.com/airtonix/asdf-xc.git
xc:
# Show all installable versions
asdf list-all xc
# Install specific version
asdf install xc latest
# Set a version globally (on your ~/.tool-versions file)
asdf global xc latest
# Now xc commands are available
xc --help
Check asdf readme for more instructions on how to install & manage versions.
Contributions of any kind welcome! See the contributing guide.
Thanks goes to these contributors!
See LICENSE © Zeno Jiricek
Tests plugin commited logic.
asdf plugin test xc . 'xc --version'
installs plugin from asdf
asdf plugin remove xc
asdf plugin add xc https://github.com/airtonix/asdf-xc.git