ResistTracker

ResistTracker

7 Downloads

ResistTracker

Build Status Release Version

This addon tracks resists.

Development

Setup your IDE

Installing Dependencies

  1. Install luarocks for Lua dependency management, formatting, and linting. Follow the instructions to get it installed here.
  2. Then make install. This should take a while.

Formatting

make fmt

This formats all .xml and .lua source files using the config defined in .tidyconfig (.xml) and .luaformatconfig (.lua).

See html-tidy and LuaFormatter for more information.

Linting

make lint

This formats all .xml and .lua source files using the config defined in .tidyconfig (.xml) and .luacheckrc (.lua).

See html-tidy and luacheck for more information.