0.0.3 • Published 9 years ago

md-publisher v0.0.3

Weekly downloads
1
License
-
Repository
github
Last release
9 years ago

md-publisher

Convert Markdown to a lite HTML page with Bootstrap.

Build Status NPM version

npm install --save md-publisher

Example

var mdPublisher = require('md-publisher');

mdPublisher({content: '# Hello', title: 'Example'}, function(content){
    console.log(content);
});

Options

content

Required
Type: string

title

Required
Type: string

bootstrap

Type: string

Define path of bootstrap.

CLI

$ npm install -g md-publisher-cli
$ md-publisher -f 

Options

-h, --help                  output usage information

-V, --version               output the version number

-f  --file [string]         specified the file without extention