https://github.com/slok/asdf-sloth
Sloth asdf plugin
https://github.com/slok/asdf-sloth
Last synced: 3 months ago
JSON representation
Sloth asdf plugin
- Host: GitHub
- URL: https://github.com/slok/asdf-sloth
- Owner: slok
- License: apache-2.0
- Created: 2021-11-14T17:04:03.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-06T20:59:50.000Z (almost 2 years ago)
- Last Synced: 2025-05-01T12:48:34.790Z (5 months ago)
- Language: Shell
- Size: 13.7 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# asdf-sloth
[](https://github.com/slok/asdf-sloth/actions/workflows/ci.yml)
[Sloth](https://sloth.dev) plugin for the [asdf](https://github.com/asdf-vm/asdf) version manager.
Check out the [asdf](https://github.com/asdf-vm/asdf) readme for instructions.## Install
```shell
asdf plugin add sloth
# or
asdf plugin add sloth https://github.com/slok/asdf-sloth.git
```## Usage
```shell
# 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}`.