api documentation for nodemon (v1.11.0)

Simple monitor script for use during development of a node.js app.

table of contents

  1. module nodemon
    1. function nodemon (settings)
    2. function nodemon.addListener (event, handler)
    3. function nodemon.colour (c, str)
    4. function nodemon.emit ()
    5. function nodemon.match (files, monitor, ext)
    6. function nodemon.on (event, handler)
    7. function nodemon.once (event, handler)
    8. function nodemon.removeAllListeners (event)
    9. function nodemon.reset (done)
    10. function nodemon.restart ()
    11. function nodemon.run (options)
    12. function nodemon.version (callback)
    13. object nodemon.config
    14. object nodemon.watch
  2. module nodemon.colour
    1. function nodemon.colour (c, str)
    2. function nodemon.colour.strip (str)
    3. string nodemon.colour.black
    4. string nodemon.colour.green
    5. string nodemon.colour.red
    6. string nodemon.colour.yellow
  3. module nodemon.config
    1. boolean nodemon.config.required
    2. boolean nodemon.config.run
    3. function nodemon.config.load (settings, ready)
    4. function nodemon.config.reset ()
    5. number nodemon.config.lastStarted
    6. number nodemon.config.timeout
    7. object nodemon.config.dirs
    8. object nodemon.config.loaded
    9. object nodemon.config.options
    10. object nodemon.config.system
    11. string nodemon.config.signal
  4. module nodemon.match
    1. function nodemon.match (files, monitor, ext)
    2. function nodemon.match.rulesToMonitor (watch, ignore, config)
  5. module nodemon.run
    1. function nodemon.run (options)
    2. function nodemon.run.kill (flag, callback)
    3. function nodemon.run.restart ()
  6. module nodemon.version
    1. function nodemon.version (callback)
    2. function nodemon.version.pin ()
  7. module nodemon.watch
    1. function nodemon.watch ()
    2. function nodemon.watch.resetWatchers ()

module nodemon

function nodemon (settings)

function nodemon.addListener (event, handler)

function nodemon.colour (c, str)

function nodemon.emit ()

function nodemon.match (files, monitor, ext)

function nodemon.on (event, handler)

function nodemon.once (event, handler)

function nodemon.removeAllListeners (event)

function nodemon.reset (done)

function nodemon.restart ()

function nodemon.run (options)

function nodemon.version (callback)

module nodemon.colour

function nodemon.colour (c, str)

function nodemon.colour.strip (str)

module nodemon.config

function nodemon.config.load (settings, ready)

function nodemon.config.reset ()

module nodemon.match

function nodemon.match (files, monitor, ext)

function nodemon.match.rulesToMonitor (watch, ignore, config)

module nodemon.run

function nodemon.run (options)

function nodemon.run.kill (flag, callback)

function nodemon.run.restart ()

module nodemon.version

function nodemon.version (callback)

function nodemon.version.pin ()

module nodemon.watch

function nodemon.watch ()

function nodemon.watch.resetWatchers ()

[ this document was created with utility2 ]