marvo
v0.2.0
Published
Serve your local markdown files with zero configuration with CJK support.
Downloads
4
Maintainers
Readme
Marvo
Serve your local markdown files with zero configuration and CJK support.
Screenshot
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