just plugin for the asdf version manager.
TODO: adapt this section
bash
,curl
,tar
,gzip
: generic POSIX utilities.
Plugin:
asdf plugin add just
# or
asdf plugin add just https://github.com/olofvndrhr/asdf-just.git
just:
# Show all installable versions
asdf list-all just
# Install specific version
asdf install just latest
# Set a version globally (on your ~/.tool-versions file)
asdf global just latest
# Now just commands are available
just --version
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 © Ivan Schaller