Skip to content

Simple, no deps, "run on dir change" tool for Mac

License

Notifications You must be signed in to change notification settings

mafintosh/macmon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

macmon

Simple, no deps, "run on dir change" tool for Mac

npm install -g macmon

Usage

# runs `node index.js` everytime cwd (recursively) changes
macmon node index.js

If you want to watch another dir than cwd, use -w

# same as above but watches ../ recursively
macmon -w ../ node index.js

You can specify as many directories to watch as you prefer using multiple -w arguments.

License

MIT

About

Simple, no deps, "run on dir change" tool for Mac

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published