GitXplorerGitXplorer
f

watchman

public
12870 stars
1014 forks
238 issues

Commits

List of commits on branch main.
Unverified
00aef294a5c69e48ac4b2a1bf1cce564045d541f

fbcode/eden/ [A]

committed 2 days ago
Unverified
3c1616d84ff7d9543c3e3e7f09e84938f191d326

Updating submodules

committed 3 days ago
Unverified
1e6e27eb44f2fd9223e875f2eab5aed6b8f8c736

Merge mustache between fbcode and xplat

vvitaut committed 4 days ago
Unverified
e69b79fc8f5450eaf68be6b90d850149675f0fba

Updating submodules

committed 4 days ago
Unverified
b52c7f73c8115dcb97b4c0bd858eaae6616166ac

Updating submodules

committed 5 days ago
Unverified
d87746ebdf91addf50227c77427e3f7e6aa7e048

fixing typo in libunwind

YYifanYuan3 committed 5 days ago

README

The README file for this repository.
watchman-logo

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 MIT License. See the LICENSE file that accompanies this distribution for the full text of the license.

Support

Watchman is primarily maintained by the source control team at Meta Platforms, Inc. We support:

  • Windows and macOS builds
  • Linux builds on recent Ubuntu and Fedora releases
  • Watchman's compatibility commitment
  • Python, Rust, and JavaScript clients

Support for additional operating systems, release packaging, and language bindings is community-maintained:

  • Homebrew
  • FreeBSD
  • Solaris

Please submit a GitHub issue to report any troubles.

Contributing

Please see the contributing document.