This is a fork from zekesonxx wow-cli project. The project is unmaintened so I took over.
This is a World of Warcraft addon downloader, installer, uninstaller, and manager.
Be sure to have git
installed in your path
$ npm install -g wow-better-cli
wow-better-cli is, as the name implies, a CLI tool. The tool will keep track of your installed addons in a addons.json file in your AppData folder. The tool works on all platforms. The tool will ask you on first use to enter the directory of your wow installation. If it is in a protected directory (like in Program Files) run it as Administrator.
Implemented:
- Install addons from Curse, TukUI.org, WoWInterface and Git
- Uninstall addons
- Update addons
- List installed addons
- Folder blame
- Change wow directory
- Reinstall all addons in the addons.json
$ wow
wow: World Of Warcraft Addon Manager v0.0.4
Completely unassociated with Blizzard
sources: List available addon sources
Installing:
install <addon-name>: Install an addon
-p --platform Select the source of the addon. Defaults to `curse`
-v --version Install a specific version of the addon.
checkupdate <addon>: Check if there's an update to an addon
update [addon]: Updates all addons, or the addon in the first argument.
uninstall <addon-name>: Uninstall a previously installed addon
Managing:
info: Remind you where your wow folder is
changewow [folder]: Change your wow folder
installed: List installed addons
ls: List addons and their folders
blame <folder>: Figure out which addon an addon folder is from
Currently supports Curse, TukUI.org, WoWInterface and Git addons.
(Don't forget double quotes on url)
$ wow install "https://mods.curse.com/addons/wow/atlasloot-enhanced"
$ wow install atlasloot-enhanced
$ wow install "http://www.wowinterface.com/downloads/info5217-BuyEmAll.html"
$ wow install wowinterface:5217-BuyEmAll (equivalent to the command above)
$ wow install "http://www.tukui.org/addons/index.php?act=view&id=164"
$ wow install tukui:164 (equivalent to the command above)
$ wow install elvui
$ wow install "https://github.com/<githubrepo>.git"
Licensed under the MIT license.
THIS TOOL IS NO WAY AFFILIATED OR APPROVED BY BLIZZARD OR IT'S AFFILIATES.