1.0.0 • Published 6 years ago

watch-dir-and-sync v1.0.0

Weekly downloads
2
License
MIT
Repository
-
Last release
6 years ago

同步指定的文件夹。
使用方法:
1. 通过npm全局安装

npm install watch-dir-and-sync -g
  1. 指定监听
sync watch --source sourcePath --target sourcePath --interval intervalTime --ignore ignorePathReg

source待同步源路径
target同步的目标路径
interval修改文件之后,同步间隔时间
ignore 忽略的目录,支持正则