Template for Lua projects that follow good practices of the Lua ecosystem and continuous integration as described in http://kiki.to/blog/2016/02/04/talk-continuous-integration-with-lua/
Important integrated features are:
- Packaged as a LuaRock
- Travis CI integration
- Built on several versions of Lua and LuaJIT
- Tests are defined using the Busted library
- Code coverage gathered using Luacov and pushed to coveralls.io
- Static analysis using luacheck
- Documentation generated using LDoc
When creating your project, either fork this project or copy the files manually and modify them to your needs.