glob-watcher : Watch globs and execute a function upon change, with intelligent defaults for debouncing and queueing.. You can installing glob-watcher npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install glob-watcher $ sudo npm install -g glob-watcher
If want to update the glob-watcher package execute the command as below,
$ sudo npm update glob-watcher
Update package globally,
$ npm install -g glob-watcher
$ sudo git clone https://github.com/rektide/glob-watcher.git
$ sudo npm install -g ./glob-watcher
glob-watcher@4.0.0 /usr/lib/node_modules/glob-watcher
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall glob-watcher
Package Name | glob-watcher |
Version | 4.0.0 |
Description | Watch globs and execute a function upon change, with intelligent defaults for debouncing and queueing. |
Released Date | 2017-06-29T22:22:00.772Z |
Published by | phated |
How to Learn | https://www.npmjs.com/package/glob-watcher/tutorial |