Full user documentation at efredriksson.github.io/cerulean.
Dependencies: Lua, LuaRocks, Make, tl, busted, luafilesystem.
sudo apt install luarocks make
sudo luarocks install tl
sudo luarocks install busted
sudo luarocks install luafilesystem| Command | Description |
|---|---|
make lint |
Type-check and run formatter in --check mode |
make format |
Format the formatter's own source |
make test |
Run lint + test suite |
make compile |
Compile Teal sources to dist/cerulean/ |
make rock |
Install locally via LuaRocks |
Install mdBook (v0.5.2):
curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.5.2/mdbook-v0.5.2-x86_64-unknown-linux-gnu.tar.gz | tar -xz
sudo mv mdbook /usr/local/bin/Then:
mdbook serve docs/Builds and serves the docs at http://localhost:3000 with live reload.