Skip to content

Latest commit

 

History

History
60 lines (38 loc) · 1.49 KB

README.md

File metadata and controls

60 lines (38 loc) · 1.49 KB

asdf-ag Build Lint

ag plugin for the asdf version manager.

Contents

Dependencies

Install

Plugin:

asdf plugin add ag
# or
asdf plugin add ag https://github.com/koketani/asdf-ag.git

ag:

# Show all installable versions
asdf list-all ag

# Install specific version
asdf install ag latest

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

# Now ag commands are available
ag --help

Check asdf readme for more instructions on how to install & manage versions.

Contributing

Contributions of any kind welcome! See the contributing guide.

Thanks goes to these contributors!

License

See LICENSE © koketani