quarto plugin for the asdf version manager.
bash,curl,tar, and POSIX utilities.
Plugin:
# asdf plugin add quarto # not supported yet
# or
asdf plugin add quarto https://github.com/mlysy/asdf-quarto.gitquarto:
# Show all installable versions
# uncomment below for asdf version < 0.16.0
# (see https://asdf-vm.com/guide/getting-started-legacy.html)
# asdf list-all quarto
#
# asdf version >= 0.16.0
asdf list all quarto
# Install specific version
asdf install quarto latest
# Set a version globally (on your ~/.tool-versions file)
# uncomment below for asdf version < 0.16.0:
# asdf global quarto latest
#
# asdf version >= 0.16.0
asdf set -u quarto latest
# Now quarto commands are available
quarto --helpCheck 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 © Martin Lysy