# Watchman
**Repository Path**: shuixianmu/Watchman
## Basic Information
- **Project Name**: Watchman
- **Description**: Watchman 是 facebook 的一个开源项目,它开源用来监视文件并且记录文件的改动情况,当文件变更它可以触发一些操作,例如执行一些命令等等
- **Primary Language**: C/C++
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: https://www.oschina.net/p/watchman
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 1
- **Created**: 2021-03-12
- **Last Updated**: 2021-03-12
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
Watchman
A file watching service.
## Purpose
Watchman exists to watch files and record when they actually change. It can
also trigger actions (such as rebuilding assets) when matching files change.
## Documentation
Head on over to https://facebook.github.io/watchman/
## License
Watchman is made available under the terms of the Apache License 2.0. See the
LICENSE file that accompanies this distribution for the full text of the
license.
## Contributing
Please see the [contributing guide](https://facebook.github.io/watchman/contributing.html).