nicocube / minus-watch

Watch, run, auto-reload, enjoy !

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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')
})

About

Watch, run, auto-reload, enjoy !

License:Apache License 2.0


Languages

Language:JavaScript 100.0%