Skip to content

ohkrab/asdf-krab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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