1.2.2 • Published 10 years ago

wowam v1.2.2

Weekly downloads
2
License
Licensed under th...
Repository
github
Last release
10 years ago

Introduction

This tool allows you to install, update and remove World of Warcraft AddOns from the command line from the curse.com website.

Installation

You need a working node 4.x environment. Once you have that, use

npm install -g wowam

This will install the wam tool in your path (osx: /usr/local/bin) and allow you to use the tool.

The tool will read the WOWPATH variable to identify your WoW installation or use the default (osx: /Applications/World of Warcraft)

Usage

Installing an AddOn

wam install <addon>

The parameter represents the name of the addon as seen in the URL on curse website (eg. for BigWigs is big-wigs).

Removing an AddOn

wam uninstall <addon>

The AddOn will be removed along with all its folders. wam stores a list of folders that were created when installing the AddOn and removes all of them when you want to uninstall it

Updating your AddOns

wam update-all

wam checks all the AddOns it installed against their latest version on curse. if it finds a newer version on curse, it will download and install that.

1.2.2

10 years ago

1.2.1

10 years ago

1.1.1

10 years ago

1.0.9

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago