Stream created and deleted files in a given folder.
Download from Github:
git clone https://github.com/g-ongenae/ls-stream.git
cd ls-stream/
With the default waiting time of 1s:
node src/index.js <yourDirectory>
You can specify the waiting time (in milliseconds):
node src/index.js <yourDirectory> <waiting_time>