1.0.1 • Published 8 years ago

refill-watcher v1.0.1

Weekly downloads
8
License
MIT
Repository
github
Last release
8 years ago

Refill watcher

Zkflow watcher watches files for you and runs provided asynchronous function when this files changes. It prevents function to run more than once at a time and prevents building up run queue.

Facebook

Shields

npm npm npm Travis bitHound Overall Score bitHound Dependencies bitHound Dev Dependencies bitHound Code GitHub forks GitHub stars GitHub watchers

Installation

npm install --save refill-watcher

API

require('refill-watcher').watch(task, isWatching, globs, logger);
  • task - asynchronous function, witch return promise;
  • isWatching - true or false. When false task will be run only once and then it will exit.
  • globs - globs that will be passed to gulp-watch
  • logger - logger from refill-logger

Changelog

Changelog at github

Sponsors