0.1.1 • Published 6 years ago

markdown-watch-cat v0.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Markdown Watch Cat

Preview the markdown in the browser, and reload after saving your changes.

Usage

$ mwcat README.md

Options

$ mwcat [-h] [-v] [-p PORT] [-t THEME] [-o] path
OptionDefaultDescription
-p, --port8080listen port number
-t, --themegithub-markdown.csspreview theme css file path
-o, --open-urlopen url

Installation

npm

$ npm install -g markdown-watch-cat

GitHub Checkout

$ git clone https://github.com/ushiboy/markdown-watch-cat.git
$ cd markdown-watch-cat
$ npm install
$ npm run build
$ npm install -g .