msee

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.

MIT 13 个版本
安装
npm install msee
yarn add msee
pnpm add msee
bun add msee
README

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.5 2018-02-19
0.3.4 2018-02-19
0.3.3 2017-02-19
0.3.2 2016-05-22
0.3.1 2016-01-31
0.3.0 2016-01-31
0.2.0 2015-11-03
0.1.2 2015-10-14
0.1.1 2014-01-10
0.1.0-alpha.3 2013-05-24
0.1.0-alpha.2 2013-05-24
0.1.0-alpha.1 2013-05-24
0.1.0 2013-11-18