vyxal plugin for the asdf version manager.
bash
,curl
,tar
, and POSIX utilities.poetry
for building vyxal from source.
Plugin:
asdf plugin add vyxal
# or
asdf plugin add vyxal https://github.com/lyxal/vyxasdf.git
vyxal2:
# Show all installable versions
asdf list-all vyxal
# Install specific version
asdf install vyxal latest
# Set a version globally (on your ~/.tool-versions file)
asdf global vyxal latest
# Now vyxal commands are available
vyxal '' 'h'
Check asdf readme for more instructions on how to install & manage versions.
Contributions of any kind welcome! See the contributing guide.