1.0.0 • Published 9 years ago

file-update-stream-linux v1.0.0

Weekly downloads
2
License
MIT
Repository
-
Last release
9 years ago

file-update-stream-linux

Linux glob pattern watcher using bash globbing.

DO NOT USE THIS PACKAGE

There will be a multiplatform implementation that will dispatch based on the OS.

Usage

Basic usage

var stream = new LinuxWatcher("**/*.js");

stream.pipe(yourOtherStream);

FAQ

Why would you want to use a timeout and exec based glob watcher?

Because no js implementation I've seen so far worked.