Usage (I hope...)
Tails all logs in a directory including those created when the program is running.
const jet = ;
API
require("watchfolder-jet").watch(directory);
Watches a directrory for changes
require("watchfolder-jet").finished(directory, {/* options */ timeout: 10000});
Watches a directory for completed files only.
Stream objects
The streamed objects have the following structure:
action: "" // The action that happened on the file, one of the following: // ["add", "create", "remove", "change"]; filename: "" // The changed filename (full path) stat: {} // The up to date stat prevstat: {} // The previous stat (only on "change")
License and contributions
The module is released under the condition of the MIT license. Please see the attached LICENSE.