Skip to content

linode-obs/asdf-sloth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asdf-sloth

Build Status

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

Install

asdf plugin add sloth https://github.com/linode-obs/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

  • Make local changes.
  • Git commit local changes.
  • Add the plugin pointing to development FS path: asdf plugin remove sloth && asdf plugin-add sloth ${PWD}.

Releases

No releases published

Packages

No packages published

Languages

  • Shell 86.1%
  • Makefile 13.9%