multi-watcher

0.1.2 • Public • Published

Multi-watcher

Multi-watcher is a inter-process node.js module to manage multiple file watchers.

With multi-watcher, you could avoid duplicately watching a same file or directory because multi-watcher instances could share with each other even if they are in different processes.

Installation

npm install multi-watcher --save

Usage

var multi_watcher = require('multi-watcher');
var watcher = multi_watcher({
    data_file: 'data.js'
});

Methods

watcher.watch(patterns, callback)

watcher.unwatch(patterns, callback)

Dependencies (5)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i multi-watcher

    Weekly Downloads

    1

    Version

    0.1.2

    License

    MIT

    Last publish

    Collaborators

    • kael