Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 597 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 597 Bytes

lua-utils

A utility library for Lua.

Name Notes
setup.sh Installs Lua 5.1 and dependencies locally.
format.sh Format the code with lua-fmt.
luacheck.sh Runs luacheck against all source.
test.sh Run the tests.
build.sh Run setup, luacheck and test with coverage.

Contribution guidelines for this project