Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 957 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 957 Bytes

luaci

License Build Status Coverage Status

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.