cowel
v0.10.2
Published
COWEL (Compact Web Language) command line utility
Readme
COWEL
COWEL (Compact Web Language) is a markup language with TeX-like syntax, intended to produce HTML documents. See https://cowel.org/ for language documentation.
This package provides the COWEL processor, in the form of a small Node.js CLI, backed by a WASM library which does basically all of the work.
Installation
COWEL is usually installed globally:
npm i -g cowelNote:
If you're on Linux,
you may need to elevate permissions with sudo for global installations.
Usage
After installing,
you can simply run cowel or cowel --help
to see available commands and options.
To process
a COWEL document located at input.cow
into an output HTML file located at output.html, use:
cowel run input.cow output.html