Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 608 Bytes

watchman.md

File metadata and controls

35 lines (26 loc) · 608 Bytes
title updated weight keywords
Watchman
2017-10-18
-1
watchman watch ~/src
watchman watch-list
watchman -- trigger ~/rsc remake '*.js' -- make

Getting started

watchman watch ./src

Adds ./src to the watch list.

watchman -- trigger ./src retest '*.js' -- npm test

Adds a trigger called retest to run npm test every time *.js changes in ./src.

Watching

watchman watch ~/src
watchman watch-list
watchman watch-del ~/src

Also see