Skip to content
/ luaci Public

Template for Lua projects that follow good practices of the Lua ecosystem and continuous integration.

License

Notifications You must be signed in to change notification settings

jvprat/luaci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Template for Lua projects that follow good practices of the Lua ecosystem and continuous integration.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages