fswatch
Run commands when file changes
Install
Compiling from source
clone
git clone [email protected]:wesleimp/fswatch.git
dependencies
go mod download
install
make install
verify it works
fswatch -v
Example usage
go
Run tests when some go file changes
fswatch go test ./...
node
Restart server when some file changes
fswatch node index.js
And much more to come…