1.1.1 • Published 9 years ago

dirwatch v1.1.1

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

Synopsis

NOTE: This package is no longer maintained. The watch package is a more supported replacement.

Yet another "run a command when a file changes" script.

license - MIT Flattr this

NPM status

Dependencies

Usage

dirwatch -c [command] [path...]

Runs the given command every time a file in the given path(s) changes.

Options

  • cmd, c: The command to execute.
  • debounce, d: Only execute the command once within this many milliseconds.
  • verbose, v: More output.

License

The MIT/Expat license. For more information, see http://pluma.mit-license.org/ or the accompanying LICENSE file.