ateoto / asdf-age

Age plugin for the asdf version manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asdf-age Build Lint

age plugin for the asdf version manager.

Contents

Dependencies

  • bash, curl, tar: generic POSIX utilities.

Install

Plugin:

asdf plugin add age
# or
asdf plugin add age https://github.com/threkk/asdf-age.git

age:

# Show all installable versions
asdf list-all age

# Install specific version
asdf install age latest

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

# Now age commands are available
age --help

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

Issues

Issues related to age should be reported at its Github repository. Issues related with the installation of age using asdf should be reported here.

Contributing

Contributions of any kind welcome! See the contributing guide.

Thanks goes to these contributors!

License

See LICENSE © Alberto de Murga

About

Age plugin for the asdf version manager

License:Apache License 2.0


Languages

Language:Shell 100.0%