0.0.3 • Published 10 years ago

nork-tail v0.0.3

Weekly downloads
15
License
-
Repository
github
Last release
10 years ago

Work in progress.

usage: var Watcher = require('NorkWatch'); var path = require('path');

var w = Watcher('./tmp/*');

w .on('error', function(err){ console.log(err); }) .on('data', function(data){ console.log(data); }) .on('unwatch', function(file){ console.log('unwatching: ' + file); }) .on('watch', function(file){ console.log('watching: ' + file); }) .start();

0.0.3

10 years ago

0.0.2

11 years ago