DEV Community

kim
kim

Posted on

2 1

Watchman Cheat Sheet

Also see

watchman watch ~/src
watchman watch-list
watchman watch-del ~/src
Enter fullscreen mode Exit fullscreen mode

Getting started

watchman watch ./src
Enter fullscreen mode Exit fullscreen mode

Adds ./src to the watch list.

watchman -- trigger ./src retest '*.js' -- npm test
Enter fullscreen mode Exit fullscreen mode

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

Reference

Top comments (0)

Billboard image

Create up to 10 Postgres Databases on Neon's free plan.

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Try Neon for Free →

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay