Please file any reports of issues and/or bugs to the GitHub Repository!
- Install Lua (5.1, since the WoW client uses Lua 5.1)
- For macOS that is
brew install [email protected]
- For macOS that is
- Install luarocks
- For macOS that is
brew install luarocks
- For macOS that is
- Configure
luarocks
to use the correct Lua version (by default luarocks uses the latest installed Lua version)luarocks config lua_version 5.1
- Install busted
luarocks install busted
- Install luacheck
luarocks install luacheck
This project uses luacheck
for linting. To run the linter, execute the following command:
luacheck -q .
This project uses busted
for unit testing. To run the tests, execute the following command:
busted -p ".test.lua" .
If you like this addon and want to support the development of it, you can do so here: