Skip to content

MauriceButler/generic-watcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

generic file watcher for Node.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published