https://github.com/firede/msee
Msee is a command-line tool to read markdown file.
https://github.com/firede/msee
Last synced: 11 months ago
JSON representation
Msee is a command-line tool to read markdown file.
- Host: GitHub
- URL: https://github.com/firede/msee
- Owner: firede
- Created: 2013-05-23T13:39:02.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T17:47:38.000Z (over 3 years ago)
- Last Synced: 2025-05-19T19:08:09.695Z (about 1 year ago)
- Language: JavaScript
- Size: 470 KB
- Stars: 94
- Watchers: 4
- Forks: 18
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- Changelog: History.md
Awesome Lists containing this project
README
msee
===
[](https://npmjs.org/package/msee)
[](https://travis-ci.org/firede/msee)
[](https://coveralls.io/github/firede/msee?branch=master)
[](https://david-dm.org/firede/msee)
[](https://npmjs.org/package/msee)
[](https://npmjs.org/package/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 msee
## Usage
msee
msee | less
cat | msee
## API
```javascript
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](https://github.com/firede)
---
[](https://bitdeli.com/free "Bitdeli Badge")