DEV Community

Discussion on: One of my favorite testing/productivity tools: guard

Collapse
 
gypsydave5 profile image
David Wickes

I've often used entr for this sort of thing:

eradman.com/entrproject/

It's a simple command line tool. You pipe a list of files to entr, and append a command that you'd like to run when any of those files change.

It's nice and Unix-y, language agnostic, quick to set up, and can be used for more than just test watching. Good tool.

Collapse
 
ben profile image
Ben Halpern

Looks nice

Collapse
 
pavelloz profile image
Paweł Kowalski • Edited

I use watch, npm package :)

yarnpkg.com/en/package/watch