macmon

1.4.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i macmon

Weekly Downloads

1

Version

1.4.1

License

MIT

Unpacked Size

4.28 kB

Total Files

4

Last publish

Collaborators

  • mafintosh