1.0.0 • Published 5 years ago

node-filewatcher v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

node-filewatcher

Usage:

Watch a single file:

node watcher.js filename.js

Note: default filename is main.js

So you can use this command:

node watcher.js

Watch multiply files:

node watcher.js filename1.js filename2.js
1.0.0

5 years ago