wait-for-change

1.1.1 • Public • Published

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);

Readme

Keywords

Package Sidebar

Install

npm i wait-for-change

Weekly Downloads

219

Version

1.1.1

License

MIT

Last publish

Collaborators

  • svi3c