Home

Awesome

asdf-sloth

Build Status

Sloth plugin for the asdf version manager. Check out the asdf readme for instructions.

Install

asdf plugin add sloth
# or
asdf plugin add sloth https://github.com/slok/asdf-sloth.git

Usage

# Show all installable versions
asdf list-all sloth

# Install specific version
asdf install sloth latest

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

# Now sloth commands are available
sloth

Development