cli-md

1.2.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i cli-md

Weekly Downloads

24

Version

1.2.0

License

MIT

Last publish

Collaborators

  • finnpauls
  • horosgrisa