1
0
mirror of https://github.com/onkelbeh/cheatsheets.git synced 2026-08-16 05:54:53 +02:00
Files
cheatsheets/watchman.md
Rico Sta. Cruz 7360248e8e Updates
2015-03-30 10:26:40 +08:00

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