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_dir
Usage
const wnsdir = ; // this is no longer necessary;