-
Notifications
You must be signed in to change notification settings - Fork 49
Layout
Nexela edited this page Jun 22, 2019
·
7 revisions
-
stdlib/
Contains the meat and potatoes of the stdlib project, See the API-Doc -
spec/
contains all of thebusted
unit tests for the Factorio Stdlib. If you have busted installed, you can run the test suite usingmake test
or simply,busted
in the main project directory. -
love/
contains graphical debugging programs written in love. -
examples/
contains examples on how to use some of the stdlib code -
doc/
contains ldoc specific configuration, used for the auto-generated documentation that appears on the github pages -
.build/
is an autogenerated, git-ignored directory that documentation is generated in. It will only exist if you've runmake all
. -
.circleci/
describes how to auto-generate the github pages documentation using the circle-ci service. -
wiki
contains this wiki as a submodule.
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.
[