包详细信息

msee

firede17.9kMIT0.3.5

Msee is a command-line tool to read Markdown file in your terminal, and it's a library help your command-line software to output readable markdown content.

markdown, terminal, reader, console

自述文件

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

更新日志

0.3.1 / 2016-02-01

  • updated dependencies

0.3.0 / 2016-01-31

  • added extensive padding options for lists through wcstring #29
  • added wrapping to size #27
  • improved syntax highlighting for windows use 69b4dbe
  • added "raw" mode for code sections #23
  • improved table display #30
  • updated dependencies

0.2.0 / 2015-11-03

  • Added table support #13
  • Added Example.md

0.1.2 / 2015-10-14

  • Update cardinal to latest version for ES6 support #14
  • add reading from stdin #11

0.1.0 / 2013-12-25

  • separated Help.md and README.md
  • added inline parsing
  • added options for many things
  • updated dependencies
  • removed eighty

0.1.0 / 2013-11-18

  • initial release