generic-watcher

0.0.5 • Public • Published

generic-watcher

generic file watcher for Node.js

When you save changes to a watched file, the provided node module is run.

Installation

npm install -g generic-watcher

Usage

gw [options]

Options:

  -h, --help                        output usage information
  -V, --version                     output the version number
  -v, --verbose                     Verbose output
  -w, --watch [path]                Watch Path [default ./]
  -t, --throttle [milliseconds]     Minimum time between processing [default 300]
  -m, --module [path]               Path to Node module to run
  -a, --arguments <args>            Arguments to pass to Node module to run
  -i, --includedExtentions <files>  Files extentions to include
  -e, --excludedFiles <files>       Files to excluded from triggering

Licence

MIT

Readme

Keywords

Package Sidebar

Install

npm i generic-watcher

Weekly Downloads

0

Version

0.0.5

License

MIT

Last publish

Collaborators

  • mauricebutler