asdf-jet

June 24, 2024 · View on GitHub

asdf-jet

GitHub Actions Test Status GitHub Actions Lint Status CircleCI Lint Status License

ASDF plugin for jet.

Contents

Dependencies

  • bash, curl, tar: generic POSIX utilities.

Install

Install the plugin:

asdf plugin add jet https://github.com/rynkowsg/asdf-jet.git

Install jet:

# Show all installable versions
asdf list-all jet

# Install specific version
asdf install jet latest

# Set a version globally (on your ~/.tool-versions file)
asdf global jet latest

# Now jet tool is available
jet --help

Check asdf readme for more instructions on how to install & manage versions.

License

See LICENSE © Grzegorz Rynkowski