Watchmanfacebook 文件监控服务
Watchman 是 facebook 的一个开源项目,它开源用来监视文件并且记录文件的改动情况,当文件变更它可以触发一些操作,例如执行一些命令等等。
系统要求:
-
Linux systems withinotify
-
OS X (uses FSEvents)
-
BSDish systems (FreeBSD 9.1, OpenBSD 5.2) that have thekqueue(2)facility
-
Illumos and Solaris style systems that haveport_create(3C)
评论