0.1.0 • Published 7 years ago

mdserve v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

mdserve

Simple command-line markdown server with automatic refresh. mdserve will serve your markdown files at localhost and will automatically update them while you edit.

Usage

Install it

$ npm install mdserve -g

And run this command in terminal

$ mdserve <path>

mdserve will serve markdown files at localhost

Example

The local folder contains one markdown file example.md

$ ls
example.md

Start mdserve

$ mdserve

And view markdown at http://localhost:2212/example.md example

Credits

Fernando Mohr (@f__mohr)