msee

0.3.5 • Public • Published

msee

NPM version Travis Coveralls branch Dependencies Status download per month License

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.

Screenshot

msee

Installation

$ npm install -g msee

Usage

msee <file>
msee <file> | less
cat <file> | msee

API

var msee = require('msee');
 
// parse markdown text
msee.parse('> hello world!');
 
// parse markdown file
msee.parseFile('~/doc/readme.md');

Contributors

https://github.com/firede/msee/graphs/contributors

License

MIT © Firede


Bitdeli Badge

Package Sidebar

Install

npm i msee

Weekly Downloads

1,607

Version

0.3.5

License

MIT

Unpacked Size

45.9 kB

Total Files

22

Last publish

Collaborators

  • firede
  • leichtgewicht