Files
cheatsheets/watchman.md
Rico Sta. Cruz 511de900ba Formatting updates (#2133)
- Update some sheets which have very long sections
- Remove `layout: 2017/sheet` (everything has the same layout now)
- Remove outdated sheets
2024-04-03 18:30:24 +11:00

608 B

title, updated, weight, keywords
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