watchmd

0.0.2 • Public • Published

watchmd

Lightweight utility for previewing markdown in your browser. Will watch your file and reload your preview with every change. Use your favorite editor and still get a live markdown preview.

Install

npm install -g watchmd

Options

port

  • Sets the port express will bind to. (Default : 3333)

watchFile || f

  • The Markdown file to watch and render. (Default : 'example.md')

style

  • Enables or Disables giving the markdown preview a little style. (Default : true)

spawn

  • Enables or Disables automatically launcing the browser. (Default : true)

Example Usage

watchmd -f ./markdown_file.md --style=true

Dependencies (5)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i watchmd

    Weekly Downloads

    0

    Version

    0.0.2

    License

    MIT

    Last publish

    Collaborators

    • esopian