unlit

Tool to convert literate code between styles or to code.

LTS Haskell 22.13:0.4.0.0
Stackage Nightly 2024-03-14:0.4.0.0
Latest on Hackage:0.4.0.0

See all snapshots unlit appears in

BSD-3-Clause licensed by Pepijn Kokke
Maintained by [email protected]
This version can be pinned in stack with:unlit-0.4.0.0@sha256:1b6b0ff4fdc88b3c80101ef59b54424f06b6fe22a2bc897591991331a1a0c7a2,1900

Module documentation for 0.4.0.0

Depends on 4 packages(full list with versions):
Used by 1 package in nightly-2017-10-28(full list with versions):

Tool to convert literate code between styles or to code. Usage:

unlit
  -f STYLE_NAME  --from=STYLE_NAME    Source style (all, bird, haskell, latex, markdown, tildefence, backtickfence)
  -t STYLE_NAME  --to=STYLE_NAME      Target style (bird, latex, tildefence, backtickfence, code)
  -i FILE        --input=FILE         Input file (optional)
  -o FILE        --output=FILE        Output file (optional)
  -l LANGUAGE    --language=LANGUAGE  Programming language (restrict fenced code blocks)
  -h             --help               Show help
  -v             --version            Show version