1.2.0 • Published 8 years ago

cli-md v1.2.0

Weekly downloads
50
License
MIT
Repository
github
Last release
8 years ago

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