api documentation for child-process-promise (v2.2.1)

Simple wrapper around the "child_process" module that makes use of promises

table of contents

  1. module child-process-promise
    1. function child-process-promise.ChildProcessPromise (executor)
    2. function child-process-promise.exec ()
    3. function child-process-promise.execFile ()
    4. function child-process-promise.fork (modulePath, args, options)
    5. function child-process-promise.spawn (command, args, options)
    6. object child-process-promise.ChildProcessPromise.prototype
    7. object child-process-promise.index
  2. module child-process-promise.ChildProcessPromise
    1. function child-process-promise.ChildProcessPromise (executor)
  3. module child-process-promise.ChildProcessPromise.prototype
    1. function child-process-promise.ChildProcessPromise.prototype.fail (onRejected)
  4. module child-process-promise.index
    1. function child-process-promise.index.exec ()
    2. function child-process-promise.index.execFile ()
    3. function child-process-promise.index.fork (modulePath, args, options)
    4. function child-process-promise.index.spawn (command, args, options)

module child-process-promise

function child-process-promise.ChildProcessPromise (executor)

function child-process-promise.exec ()

function child-process-promise.execFile ()

function child-process-promise.fork (modulePath, args, options)

function child-process-promise.spawn (command, args, options)

module child-process-promise.ChildProcessPromise

function child-process-promise.ChildProcessPromise (executor)

module child-process-promise.ChildProcessPromise.prototype

function child-process-promise.ChildProcessPromise.prototype.fail (onRejected)

module child-process-promise.index

function child-process-promise.index.exec ()

function child-process-promise.index.execFile ()

function child-process-promise.index.fork (modulePath, args, options)

function child-process-promise.index.spawn (command, args, options)

[ this document was created with utility2 ]