file-update-stream-linux

1.0.0 • Public • Published

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.

Package Sidebar

Install

npm i file-update-stream-linux

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • fghibellini