0.0.5 • Published 8 years ago

generic-watcher v0.0.5

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

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

0.0.5

8 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago