Awesome
<div align="center">asdf-xc
xc plugin for the asdf version manager.
</div>Contents
Dependencies
bash
,curl
,tar
: generic POSIX utilities.
Install
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.
Contributing
Contributions of any kind welcome! See the contributing guide.
Thanks goes to these contributors!
License
See LICENSE © Zeno Jiricek
Tasks
test
Tests plugin commited logic.
asdf plugin test xc . 'xc --version'
install
installs plugin from asdf
asdf plugin remove xc
asdf plugin add xc https://github.com/airtonix/asdf-xc.git