Pug-doc HTML
Generates HTML output from a Pug-doc stream or input pug-doc json.
Command Line
pug-doc-html --input pug-doc.json --output output.html
pug-doc input.jade | pug-doc-html --output output.html
Node
var stream = output: 'output.html' input: 'data.json'; stream;