1.4.1 • Published 2 years ago

macmon v1.4.1

Weekly downloads
12
License
MIT
Repository
github
Last release
2 years ago

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

1.4.1

2 years ago

1.4.0

2 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.0

3 years ago