1.0.0 • Published 2 years ago

@nartallax/wait-file-change v1.0.0

Weekly downloads
-
License
0BSD
Repository
github
Last release
2 years ago

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
1.0.0

2 years ago