mirror of
https://github.com/onkelbeh/cheatsheets.git
synced 2026-08-16 05:54:53 +02:00
301 B
301 B
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 (github.io)