WAM

A World of Warcraft addon manager CLI tool built using Go.
Table of Contents
Getting Started
Requirements
Building
If you're using Windows, please download and install the make tool for Git Bash.
Install required GO packages and update dependencies for this project:
# Installs the dep tool when executed for the first time
make setup
Compile the project for your OS and output the binary to your current working folder:
make build
Clean the compiled project:
make clean
Installing
Install the project as a standalone tool to the go path binary folder:
make install
Contributing
Wam welcomes contributions from anyone and everyone. Please see our contributing guide for more info.
THIS APPLICATION IS IN NO WAY AFFILIATED OR ENDORSED BY BLIZZARD ENTERTAINMENT