Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 1.24 KB

README.md

File metadata and controls

48 lines (28 loc) · 1.24 KB

asdf-aaw

CI Code Style License

A android-archives-watchdog plugin for asdf.

Installing

Installing this plugin:

$> asdf plugin add aaw https://github.com/dotanuki-labs/asdf-aaw.git

Using

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.

License

Copyright (c) 2023 - Dotanuki Labs - The MIT license