cheatsheets/watchman.md

21 lines
301 B
Markdown

# Watchman
### Getting started
```
watchman watch ~/src
watchman -- trigger ~/src remake '*.js' -- make
```
### Watching
```
watchman watch ~/src
watchman watch-list
watchman watch-del ~/src
```
### Reference
* [Documentation](https://facebook.github.io/watchman/docs/install.html) (github.io)