Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

generator-wow-addon

nmsmith223897MIT1.0.0

A template for creating a World of Warcraft addon in Lua.

wow, warcraft, addon, world of warcraft, yeoman-generator

readme

generator-wow-addon NPM version Build Status Dependency Status

A template for creating a World of Warcraft addon in Lua.

This generator includes Ace3 support as well as an options boilerplate, chat command, minimap button, and lots more ready to go!

Installation

First, install Yeoman and generator-wow-addon using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-wow-addon

Then generate your new project:

yo wow-addon

Getting To Know Yeoman

  • Yeoman has a heart of gold.
  • Yeoman is a person with feelings and opinions, but is very easy to work with.
  • Yeoman can be too opinionated at times but is easily convinced not to be.
  • Feel free to learn more about Yeoman.

License

MIT © nmsmith22389

changelog

CHANGELOG

v1.0

  • Initial version