1.0.4 • Published 6 years ago

@kubosho_/md-to-html v1.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

md-to-html

CircleCI

CLI tool to convert Markdown to HTML.

Installation

In npm username is kubosho_, not kubosho. My user name is very confusing sorry.

npm install -g @kubosho_/md-to-html

Usage

Output HTML to stdout:

md-to-html foo.md

Output HTML to file:

md-to-html foo.md --out path/to/foo.html

Output HTML to directory:

md-to-html foo.md --outDir path/to

Options

--out <filepath>, -o <filepath>

Output HTML file to specified path.

--outDir <filepath>

Output HTML file to specified directory.