mirror of
https://github.com/rstacruz/cheatsheets.git
synced 2026-04-27 03:00:45 -04:00
- Update some sheets which have very long sections - Remove `layout: 2017/sheet` (everything has the same layout now) - Remove outdated sheets
608 B
608 B
title, updated, weight, keywords
| title | updated | weight | keywords | |||
|---|---|---|---|---|---|---|
| Watchman | 2017-10-18 | -1 |
|
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
- Documentation (facebook.github.io)