0.2.0 • Published 9 years ago

marvo v0.2.0

Weekly downloads
9
License
MIT
Repository
github
Last release
9 years ago

Marvo

Serve your local markdown files with zero configuration and CJK support.

Screenshot

marvo

Installation

npm install -g marvo

Please make sure Node.js is installed.

Quick Start

marvo serve

Then everything works.

Documentation

  Usage: marvo [options] [command]


  Commands:

    serve [options] [path]  Start a Markdown server in current or specified directory.

  Options:

    -h, --help     output usage information
    -V, --version  output the version number

Usage Examples

marvo serve -p 5566    # Serve at port 5566 (default: 9000)
marvo serve ./docs     # Serve files in ./docs
0.2.0

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago