3.0.0 • Published 7 years ago

vwatcher v3.0.0

Weekly downloads
1
License
ISC
Repository
-
Last release
7 years ago

Simple watcher implementation based on chokidar.

This will watch changes reliably between vagrant server and vagrant host using polling

var watcher = require('./watcher');

watcher((path, event) => {

    console.log('change!', path, event);

}, ['./src/**/*']);

This package is only intented for my personal use though. Use at your own risk.

3.0.0

7 years ago

2.0.0

7 years ago

1.0.0

7 years ago