This guide assumes that you have a working installation of lua and luarocks.
To get started, run the following command in the root directory of the project.
luarocks init
luarocks make
luarocks test --prepareluarocks make
luarocks testThis will run all tests and linters.
The source code for the pandoc filter can be found at src/filter.lua.
This needs to be built before it can be used as a filter.
lua scripts/bundle.luaThis will build the filter in the build directory.
See the examples for usage instructions.
luarocks new_version lua-igt-dev-1.rockspec "$VERSION" --tag "v$VERSION" --dir rockspecs