Skip to content

golaravel/MarkdownCLI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Markdown parser

This is a command line parser for Markdown text. It uses the Parsedown 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

About

A command line tool to parse Markdown text

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 99.7%
  • Shell 0.3%