包详细信息

dirwatch

pluma5MIT不推荐使用1.1.1

This package is no longer maintained. Use watch https://www.npmjs.com/package/watch instead.

Watch a folder for changes, execute a command.

watch, notify, files, folder

自述文件

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.