markdown-watch-cat

0.1.1 • Public • Published

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
Option Default Description
-p, --port 8080 listen port number
-t, --theme github-markdown.css preview theme css file path
-o, --open-url open 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 .

Readme

Keywords

none

Package Sidebar

Install

npm i markdown-watch-cat

Weekly Downloads

1

Version

0.1.1

License

MIT

Last publish

Collaborators

  • ushiboy