0.0.4 • Published 10 years ago
zhuan v0.0.4
Zhuan
Compile your markdown document to html.
一个将你撰写的 Markdown 文档编译为 HTML 的工具。
Install
npm install -g zhuanUsage
Tasks can be executed by running
zhuan <task> <options>For example zhuan server -f README.md -o output.
Tasks
serverors- Start a livereload server onhttp://localhost:8000.compileorc- Compile your markdown document.
Default task is server, so you can just run zhuan.
Options
-for--file- Specific the markdown file. Default is all markdown files in current dir. Default file extension.mdor.markdowncan be omitted.-oor--output- Specific the output dir. Default is current dir.-por--port- Specific the server port. Default is 8000.

