0.0.1 • Published 1 year ago

@parksb/md2html v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Usage: typeset FILE -t NAME

Options: --version Show version number boolean -o, --output Output file path string -t, --template Template name string --help Show help boolean

Examples: typeset input.md -o output.html Convert input.md to output.html. cat input.md | typeset > output.html Convert input.md to output.html.