A android-archives-watchdog plugin for asdf.
Installing this plugin:
$> asdf plugin add aaw https://github.com/dotanuki-labs/asdf-aaw.git
Managing aaw
with asdf
:
# Shows all installable versions
$> asdf list-all aaw
# Downloads the latest version
$> asdf install aaw latest
# Defines the latest version for your local project (writes <project>/.tool-versions)
$> asdf local aaw latest
# Now aaw commands are available
$> aaw version
# Rolls-back / installs a specific version
$> asdf install aaw 0.1.0
You may also want to check the official documentation to learn more about asdf
.
Copyright (c) 2023 - Dotanuki Labs - The MIT license