/ls-stream

Stream created and deleted files in a given folder.

Primary LanguageJavaScriptMIT LicenseMIT

ls-stream

Stream created and deleted files in a given folder.

Installing

Download from Github:

git clone https://github.com/g-ongenae/ls-stream.git
cd ls-stream/

Launching

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>