Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scottchiefbaker/markdowncli

A command line tool to parse Markdown text
https://github.com/scottchiefbaker/markdowncli

Last synced: 26 days ago
JSON representation

A command line tool to parse Markdown text

Awesome Lists containing this project

README

        

Markdown parser
===============

This is a command line parser for Markdown text. It uses the [Parsedown](http://parsedown.org/)
library in a standalone PHP .phar file.

Usage
-----

File mode:
```
markdown README.md
```

STDIN mode:
```
cat README.md | markdown
```

Requires
--------
PHP 5.3.0 or greater must be installed