msee is a command-line tool to read markdown file.
And it's a library help your command-line software to output readable markdown content.
$ npm install -g msee
msee <file>
msee <file> | less
cat <file> | msee
var msee = require('msee');
// parse markdown text
msee.parse('> hello world!');
// parse markdown file
msee.parseFile('~/doc/readme.md');
https://github.com/firede/msee/graphs/contributors
MIT © Firede