1.1.1 • Published 7 years ago

wait-for-change v1.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

wait-for-change

Build Status

This npm module can be used to wait for files being created or changed.

Usage

npm install --save wait-for-change

CLI

wait-for-change my/file my/other/file && do-something-with my/file

API

var waitForChange = require("wait-for-change");

waitForChange(["my/file", "my/other/file"]).then(doSomethingWithMyFile);
1.1.1

7 years ago

1.1.0

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago