Skip to content

A module which waits for a file being changed or added

License

Notifications You must be signed in to change notification settings

svi3c/wait-for-change

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A module which waits for a file being changed or added

Resources

License

Stars

Watchers

Forks

Packages

No packages published