Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 928 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 928 Bytes

asdf-agebox

Build Status

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

Install

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

Usage

# 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}.