1# Watchman
2
3A file watching service.
4
5## Purpose
6
7Watchman exists to watch files and record when they actually change.  It can
8also trigger actions (such as rebuilding assets) when matching files change.
9
10## Documentation
11
12Head on over to https://facebook.github.io/watchman/
13
14## Build Status
15
16[![Build Status](https://travis-ci.org/facebook/watchman.svg?branch=master)
17](https://travis-ci.org/facebook/watchman)
18
19[![Build status](https://ci.appveyor.com/api/projects/status/uvafoyc550kg438h/branch/master?svg=true)
20](https://ci.appveyor.com/project/wez/watchman/branch/master)
21
22## License
23
24Watchman is made available under the terms of the Apache License 2.0.  See the
25LICENSE file that accompanies this distribution for the full text of the
26license.
27