Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

watchmd

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

watchmd

Lightweight utility for writing markdown

latest
Source
npmnpm
Version
0.0.2
Version published
Maintainers
1
Created
Source

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

Keywords

markdown

FAQs

Package last updated on 12 Feb 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts