Skip to content

wesleimp/fswatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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...

About

Run commands when file changes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published