If you face error like raco tr
cannot find such command, run raco setup
.
- Run
raco tr build
to build HTMLs - Run
raco tr watch
to watch content changes and build on fly - Run
raco tr next
to get next available address, for example, you might like to runvi $(raco tr next xxx).scrbl
to work on a new file (replacevi
with any command line editor command) - Run
raco tr meta
to get metadata of address, I recommend you use| jq .
after the command to get pretty output.