2.0.0 • Published 6 years ago
@kubosho/md-to-html v2.0.0
md-to-html
CLI tool to convert Markdown to HTML.
Installation
npm install -g @kubosho/md-to-htmlUsage
Output HTML to stdout:
md-to-html foo.mdOutput HTML to file:
md-to-html foo.md --out path/to/foo.htmlOutput HTML to directory:
md-to-html foo.md --outDir path/toOptions
--out <filepath>, -o <filepath>
Output HTML file to specified path.
--outDir <filepath>
Output HTML file to specified directory.