ggilmore / asdf-just

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:Shell 56.1%Language:Dhall 39.9%Language:Just 4.0%