文件名称:watch-remotely:通过Web套接字连接观看文件系统更改
文件大小:8KB
文件格式:ZIP
更新时间:2024-05-31 08:39:18
JavaScript
远程观看 通过Web套接字连接观看文件系统更改 安装 $ npm install -g watch-remotely 用法 转到要监视的目录,然后运行watch-remotely命令: $ cd /path/to/the/directory/you/want/to/watch $ watch-remotely 或者,您可以直接通过路径: $ watch-remotely /path/to/the/directory/you/want/to/watch 要显示帮助消息,请运行: $ watch-remotely -h 运行测试 只需克隆此存储库,安装其依赖项并运行npm test命令: $ git clone https://github.com/alexpods/watch-remotely $ cd watch-remotely $ npm install $ npm tes
【文件预览】:
watch-remotely-master
----cli.js(1KB)
----.gitignore(12B)
----README.md(2KB)
----.eslintrc(64B)
----package.json(833B)
----index.js(8KB)
----test.js(10KB)
----.travis.yml(83B)
----gulpfile.js(756B)