This repository is a Homebrew tap for installing AADA (Accenture Automated Dependency Analyzer). The upstream project is hosted at:
- AADA on GitHub: https://github.com/Accenture/aada
You can install AADA via Homebrew using this tap:
brew tap Accenture/aada
brew install aada
If you already have the tap added, you can update and upgrade:
brew update
brew upgrade aada
After installation, run:
aada --help
Refer to the upstream repository for full documentation, usage examples, and issues: https://github.com/Accenture/aada
- Ensure you have the latest Homebrew:
brew update
- If installation fails, try:
brew uninstall aada && brew cleanup && brew install aada
- Check the formula in
Formula/aada.rb
in this tap for version details.
AADA is licensed as per its upstream repository. See the license information at: https://github.com/Accenture/aada