Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FileWatcher

A simple utility to watch and restart on directory changes. Only supported in windows for now

Latest release

Usage

filewatcher.exe 
 -exec "node index.js" 
 -watch "./path,../package" 
 -ignore "ignorethisfile.js, alsoignorethis.ts"

-exec

The command to be executed which runs the intended application

-watch

CSV of paths of files and directories to be watched

-ignore

CSV of paths of files and directories to ignore when watching

Additional Information

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.

About

A simple filewatcher library for windows built using golang

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages