0.0.4 • Published 10 years ago

wow-addons v0.0.4

Weekly downloads
2
License
MIT
Repository
-
Last release
10 years ago

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