文件名称:node-sync-glob:通过全局模式在本地同步文件和文件夹,包括监视选项
文件大小:25KB
文件格式:ZIP
更新时间:2024-06-01 18:08:14
JavaScript
节点同步球 通过glob模式在本地同步文件和文件夹,包括watch选项。 安装 npm i sync-glob 用法 Usage: bin/sync-glob.js < sources> < target> Commands: sources One or more globs, files or directories to be mirrored (glob exclusions are supported as well - ! prefix) target Destination folder for mirrored files Options: --version Show version number [boolean] --help
【文件预览】:
node-sync-glob-master
----.eslintrc.json(601B)
----.gitignore(61B)
----.babelrc(194B)
----package.json(2KB)
----src()
--------bin()
--------index.js(7KB)
--------lib()
----.travis.yml(255B)
----LICENSE(1KB)
----.github()
--------dependabot.yml(407B)
----README.md(4KB)
----appveyor.yml(791B)
----.jestrc.json(66B)
----.npmignore(10B)
----test()
--------.eslintrc.json(253B)
--------mock()
--------helpers.js(3KB)
--------copy.spec.js(4KB)
--------lib()
--------transform.spec.js(794B)
--------sync.spec.js(3KB)
----.editorconfig(115B)
----API.md(8KB)