reactive-glob

1.0.0 • Public • Published

reactive-glob

Glob pattern watcher using standart environment tools (e.g. bash globbing on linux).

Usage

Basic usage

var ReactiveGlob = require("reactive-glob");

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

stream.pipe(yourOtherStream);

FAQ

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

  1. Because no js implementation I've seen so far worked.
  2. The docs; Bash globbing is well documented.

Readme

Keywords

none

Package Sidebar

Install

npm i reactive-glob

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • fghibellini