0.0.1 • Published 10 years ago

fis-command-watch v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
10 years ago

watch and exec cmd

install

  1. install fis

    npm install -g fis
  2. install fis-command-watch

    npm install -g fis-command-watch

usage

Usage: watch <cmd> [options]

Options:

  -h, --help         output usage information
  -r, --root <path>  document root
  --timeout <msec>   command exec timeout
  --include <glob>   file include filter
  --exclude <glob>   file exclude filter

example: fis watch -r www 'cordova prepare'

0.0.1

10 years ago