watch-dir-and-sync
v1.0.0
Published
sync two dir
Downloads
1
Readme
同步指定的文件夹。
使用方法:
- 通过npm全局安装
npm install watch-dir-and-sync -g
- 指定监听
sync watch --source sourcePath --target sourcePath --interval intervalTime --ignore ignorePathReg
source
待同步源路径target
同步的目标路径interval
修改文件之后,同步间隔时间ignore
忽略的目录,支持正则