Skip to content
This repository was archived by the owner on Jul 17, 2019. It is now read-only.

pwlmc/markdown-html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

markdown-html NPM version Build Status

Information

Packagemarkdown-html
Description Command line markdown to html conversion. You can supply your own template (mustache), styles and scripts.
Node Version >= 0.10

Usage

Basic usage:

markdown-html in.md -o out.html

Use in watch mode for maximum pleasure:

markdown-html -w in.md -o out.html

List of options:

--title, -t        Generated page title
--style, -s        Path to custom stylesheet
--script, -j       Path to custom javascript                    
--template, -l     Path to custom mustache template
--help, -h         This screen
--output-file, -o  Path to output file (stdout if not specified)
--stdin, -i        If set, stdin will be used instead of file
--watch, -w        Watch mode

About

Command line tool for markdown to html coversion.

Resources

Stars

Watchers

Forks

Packages

No packages published