1.4.1 • Published 4 years ago
macmon v1.4.1
macmon
Simple, no deps, "run on dir change" tool for Mac
npm install -g macmonUsage
# runs `node index.js` everytime cwd (recursively) changes
macmon node index.jsIf you want to watch another dir than cwd, use -w
# same as above but watches ../ recursively
macmon -w ../ node index.jsYou can specify as many directories to watch as you prefer using multiple -w arguments.
License
MIT