A simple utility to watch and restart on directory changes. Only supported in windows for now
filewatcher.exe
-exec "node index.js"
-watch "./path,../package"
-ignore "ignorethisfile.js, alsoignorethis.ts"
The command to be executed which runs the intended application
CSV of paths of files and directories to be watched
CSV of paths of files and directories to ignore when watching
Note
All file/directory paths can be either relative or absolute.
Caution
The executable file may be false flagged for virus by some antivirus softwares due to use of certain low level windows process apis.