Skip to content

verheyenkoen/markdown-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

markdown-cli

PHP script to generate a (Github flavoured) markdown file to HTML and open it in the default browser.

Installation

Clone this repository.

Run the following:

composer install
npm install

Make sure the md file is executable (git may do this for you during clone):

chmod +x md

Make sure the md executable is somewhere in your PATH, e.g.:

cd /usr/local/bin
ln -s /path/to/location/of/md

About

Quick script to generate a (Github flavoured) markdown file to HTML and open it in the default browser.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published