yysushi / asdf-ag

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:Shell 100.0%