README
WoW Addons
This is far from stable, use with caution.
Usage
$ npm install -g wow-addons
It is advised to use in your World of Warcraft folder root (e.g: /Applications/World\ of\ Warcraft
)
- Initialize manifest:
$ wow-addons init
- Add addons: (this won't install anything)
# Using the Curse database
$ wow-addons add recount deadly-boss-mods
# Using a git repository
$ wow-addons add -p git http://git.tukui.org/Elv/elvui.git
- Install everything
# wow-addons update