Skip to content

AllTheDucks/atd-filewatcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

File Watcher

This is a utility for watching a set of files in a directory, then triggering a build and restarting a process when those files change.

It will recursively traverse the directories from the current working directory, and watch for changes in any files that match the specified pattern.

It accepts three arguments on the command line.

  • -build-cmd The command to rebuild your source.
  • -run-cmd The command to run your process.
  • -file-pattern The file pattern to monitor. This only accepts simple patterns at the moment, like *.go, manifest.json etc etc

About

Monitor a set of files and restart a process when they change

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages