zhuan

v0.0.4
Compile your markdown document to html
convert markdown marked md build html template

Zhuan

zhuan

Compile your markdown document to html.

一个将你撰写的 Markdown 文档编译为 HTML 的工具。

npm

Install

npm install -g zhuan

Usage

Tasks can be executed by running

zhuan <task> <options>

For example zhuan server -f README.md -o output.

Tasks

  • server or s - Start a livereload server on http://localhost:8000.
  • compile or c - Compile your markdown document.

Default task is server, so you can just run zhuan.

Options

  • -f or --file - Specific the markdown file. Default is all markdown files in current dir. Default file extension .md or .markdown can be omitted.
  • -o or --output - Specific the output dir. Default is current dir.
  • -p or --port - Specific the server port. Default is 8000.
npm i zhuan

Metadata

  • MIT
  • >= 0.12.0
  • Cweili
  • released 4/2/2016

Downloads

Maintainers