0.3.5 • Published 8 years ago
msee v0.3.5
msee
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
Installation
$ npm install -g mseeUsage
msee <file>
msee <file> | less
cat <file> | mseeAPI
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
0.3.5
8 years ago
0.3.4
8 years ago
0.3.3
9 years ago
0.3.2
10 years ago
0.3.1
10 years ago
0.3.0
10 years ago
0.2.0
10 years ago
0.1.2
10 years ago
0.1.1
12 years ago
0.1.0
12 years ago
0.1.0-alpha.3
13 years ago
0.1.0-alpha.2
13 years ago
0.1.0-alpha.1
13 years ago
