/asdf-just

asdf plugin for just

Primary LanguageShellMIT LicenseMIT

asdf-just Build Lint

just plugin for the asdf version manager.

Contents

Dependencies

TODO: adapt this section

  • bash, curl, tar, gzip: generic POSIX utilities.

Install

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.

Contributing

Contributions of any kind welcome! See the contributing guide.

Thanks goes to these contributors!

License

See LICENSE © Ivan Schaller