marvo
v0.2.0
Published
Serve your local markdown files with zero configuration with CJK support.
Downloads
16
Maintainers
Readme
Marvo
Serve your local markdown files with zero configuration and CJK support.
Screenshot

Installation
npm install -g marvoPlease make sure Node.js is installed.
Quick Start
marvo serveThen 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