@nartallax/wait-file-change
v1.0.0
Published
A command-line utility that waits for some file to change and then exits
Downloads
5
Readme
wait-file-change
A command-line utility that waits for some file to change and then exits
Install
npm install --save-dev @nartallax/wait-file-change
Use
./node_modules/.bin/wait-file-change my_file.txt --timeout 3 --delay 0.5 --count 1 --verbose
Full list of parameters with their descriptions is available at --help
:
./node_modules/.bin/wait-file-change --help