kc-watch

1.0.8 • Public • Published

Watch

[nodejs] Watch file changes.

Install

npm install kc-watch

Use

var watch = require('kc-watch');
watch('.', function(d, f, e){
    if (f.match(/\.js$/)) {
        console.log(d, f, e);
    }
});

Readme

Keywords

Package Sidebar

Install

npm i kc-watch

Weekly Downloads

0

Version

1.0.8

License

ISC

Unpacked Size

1.9 kB

Total Files

4

Last publish

Collaborators

  • kaisarcode