https://github.com/slok/asdf-agebox
Agebox asdf plugin
https://github.com/slok/asdf-agebox
Last synced: 4 months ago
JSON representation
Agebox asdf plugin
- Host: GitHub
- URL: https://github.com/slok/asdf-agebox
- Owner: slok
- License: apache-2.0
- Created: 2021-12-26T07:39:31.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-15T05:59:22.000Z (over 2 years ago)
- Last Synced: 2025-04-03T18:51:30.083Z (6 months ago)
- Language: Shell
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# asdf-agebox
[](https://github.com/slok/asdf-agebox/actions/workflows/ci.yml)
[Agebox](https://github.com/slok/agebox) 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 agebox
# or
asdf plugin add agebox https://github.com/slok/asdf-agebox.git
```## Usage
```shell
# Show all installable versions
asdf list-all agebox# Install specific version
asdf install agebox latest# Set a version globally (on your ~/.tool-versions file)
asdf global agebox latest# Now agebox commands are available
agebox
```## Development
- Make local changes.
- Git commit local changes.
- Add the plugin pointing to development FS path: `asdf plugin remove agebox && asdf plugin-add agebox ${PWD}`.