Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 478 Bytes

README.md

File metadata and controls

51 lines (32 loc) · 478 Bytes

fswatch

Run commands when file changes

Install

Compiling from source

clone

git clone git@github.com: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...