0.0.2 • Published 4 years ago

minus-watch v0.0.2

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
4 years ago

minus-watch NPM version

Watch, run, auto-reload, enjoy !

A bootstrap utility that watches your code, working dir, and given additional paths, and reload everything when something changes.

Minus-watch will check if there is a -w or --watch flag in your command-line and run your app in "watch & reload" mode if it is the case.

Synopsis:

require('minus-watch')({
  run: __dirname+'/app',
  msg: require('chalk').gray('\nWait for change on files. r to reload, q to quit\n')
})