Watchman.js
A cross-platform file watching API with a powerful expression parser written in Node.js.
Inspired from the watchman project by Facebook.
You should head over to the website to read the full docs.
Getting the source
git clone https://github.com/sankha93/watchman.js.git
cd watchman.js
npm install
This will download all the dependencies.
To run the tests, execute:
npm test
Contribute
You bug reports, suggestions are most welcome. File them on the issues page. You can submit a pull request as well.