Skip to content

Latest commit

 

History

History
59 lines (38 loc) · 1.26 KB

README.md

File metadata and controls

59 lines (38 loc) · 1.26 KB

asdf-just CI

just plugin for the asdf version manager.

Contents

Dependencies

  • bash, curl, tar: generic POSIX utilities.
  • SOME_ENV_VAR: set this environment variable in your shell config to load the correct version of tool x.

Install

Plugin:

asdf plugin add just
# or
asdf plugin add just https://github.com/ggilmore/asdf-just.git

just:

# Show all installable versions
asdf list-all just

# Install specific version
asdf install just 0.7.2

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

# Now just commands are available
just --help

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 © Geoffrey Gilmore