Skip to content
forked from doowb/watch-cli

Watch files and execute an npm script when files change.

License

Notifications You must be signed in to change notification settings

Aminadav/watch-cli

 
 

Repository files navigation

watch-cli NPM version

Command line wrapper for gaze to use in package.json scripts object.

Install globally

Install globally with npm

npm i -g watch-cli

Usage

watch -p "**/*.js" -c "npm test"

Options

Short Long Type Description
-p --pattern string glob pattern you are want to watch.
-c --command string Command to execute on watched files change.

Author

Brian Woodward

License

Copyright (c) 2015 Brian Woodward
Released under the MIT license


This file was generated by verb-cli on March 11, 2015.

About

Watch files and execute an npm script when files change.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%