1.0.2 • Published 4 years ago

watch_and_sync_dir v1.0.2

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

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.

npm Package

Installation

npm install watch_and_sync_dir

Usage

const wnsdir = require('watch_and_sync_dir'); // this is no longer necessary
wnsdir(source_directory, destination_directory);