npm.io
1.2.0 • Published 10 years agoCLI

cli-md

Licence
MIT
Version
1.2.0
Deps
4
Vulns
3
Weekly
0
Stars
26

cli-md

NPM

Transform markdown to terminal colors. Install with npm install cli-md

It is inspired by and similar to msee, but the implementation is using marked-terminal as a marked renderer internally.

Usage

var md = require('cli-md')
md('# markdown')

Command line usage

$ cli-md < Readme.md
$ cli-md Readme.md

Which would look something like this: Photo

Keywords