Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 1.29 KB

README.md

File metadata and controls

60 lines (39 loc) · 1.29 KB

asdf-krab Build Lint

krab plugin for the asdf version manager.

Contents

Dependencies

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

Install

Plugin:

asdf plugin add krab
# or
asdf plugin add krab https://github.com/ohkrab/asdf-krab.git
# or
asdf plugin add krab [email protected]:ohkrab/asdf-krab.git

krab:

# Show all installable versions
asdf list-all krab

# Install specific version
asdf install krab latest

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

# Now krab commands are available
krab --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 © Bartłomiej Wójtowicz