This is a third-party Homebrew tap that allows users to install classic-era WoW addons via brew on macOS.
Add the tap.
brew tap dbk91/wow-classic-era-addonsInstall addons with the fully-qualified name.
brew install --cask dbk91/tap/wow-classic-era-addons/<addon-name>brew install dbk91/tap/wow-classic-era-addons/questie
This repository uses the GitHub JavaScript SDK to automatically check for addon updates. The update script is located at scripts/check-for-addon-updates.ts and runs with Bun.
# Install dependencies
cd scripts
bun install
# Run the update script
bun run check-for-addon-updates.tsFor higher GitHub API rate limits, you can optionally set a GITHUB_TOKEN environment variable with a personal access token.