1.0.2 • Published 6 years ago
watch_and_sync_dir v1.0.2
Node.js: watch_and_sync_dir
watch_and_sync_dir helps you to watch all resources and actions (CREATE, EDIT, DELETE, RENAME) on those resources from the Source directory and replicate the changes in Destination directory.
It uses fs for watching resources and fs-extra to perform some operations, using methods like copy, remove, exists to achieve this.
Installation
npm install watch_and_sync_dirUsage
const wnsdir = require('watch_and_sync_dir'); // this is no longer necessary
wnsdir(source_directory, destination_directory);