npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

macmon

1.4.1

@mafintosh

npmHomeRepoSnykSocket
Downloads:0
$ npm install macmon
DailyWeeklyMonthlyYearly

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