0.0.2 • Published 3 years ago

inotifywait-path v0.0.2

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
-
Last release
3 years ago

node-inotifywait-path

Prebuilt inotifywait binary for usage in nodejs.

Install

$ npm inotifywait-path

Usage

import { inotifyWaitPath } from "inotifywait-path";
import { spawn } from "child_process";

// same as inotifywait -r -m /tmp/myFolder
const childProcess = spawn(inotifyWaitPath(), ["-r", "-m", "/tmp/myFolder"], {
  stdio: "inherit",
});

License

MIT, but the downloaded inotifywait binary is licensed under GNU General Public License v2.0

0.0.2

3 years ago

0.0.1

3 years ago