Skip to content

exyntech/asdf-just

 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 56.1%
  • Dhall 39.9%
  • Just 4.0%