/watchexec

A simple program that watches files (globs) and execute a command whenever they're changed.

Primary LanguageGo

A simple program that watches files (globs) and executes a command whenever they're changed.

Usage: watchexec *.js eslint *.css do-some-css-stuff

Work in progress