Factorio Standard Library Project
See the github pages for the latest generated documentation of the Factorio-stdlib
-
Install ldoc (apt-get install lua-ldoc on debian/ubuntu), see project for other operating systems
-
Generate the docs with
ldoc src/*
. Documentation will be placed indocs/
The codebase is tested with busted
. Test specifications are located under spec/
Contributions are welcome! Please follow general lua coding standards and include ldoc-compatible comments.