api documentation for execa (v0.6.3)

A better `child_process`

table of contents

  1. module execa
    1. function execa (cmd, args, opts)
    2. function execa.errname (uv, code)
    3. function execa.index (cmd, args, opts)
    4. function execa.shell (cmd, opts)
    5. function execa.shellSync (cmd, opts)
    6. function execa.spawn ()
    7. function execa.stderr ()
    8. function execa.stdout ()
    9. function execa.sync (cmd, args, opts)
  2. module execa.errname
    1. function execa.errname (uv, code)
    2. function execa.errname.__test__ (uv, code)
  3. module execa.index
    1. function execa.index (cmd, args, opts)
    2. function execa.index.shell (cmd, opts)
    3. function execa.index.shellSync (cmd, opts)
    4. function execa.index.spawn ()
    5. function execa.index.stderr ()
    6. function execa.index.stdout ()
    7. function execa.index.sync (cmd, args, opts)

module execa

function execa (cmd, args, opts)

function execa.errname (uv, code)

function execa.index (cmd, args, opts)

function execa.shell (cmd, opts)

function execa.shellSync (cmd, opts)

function execa.spawn ()

function execa.stderr ()

function execa.stdout ()

function execa.sync (cmd, args, opts)

module execa.errname

function execa.errname (uv, code)

function execa.errname.__test__ (uv, code)

module execa.index

function execa.index (cmd, args, opts)

function execa.index.shell (cmd, opts)

function execa.index.shellSync (cmd, opts)

function execa.index.spawn ()

function execa.index.stderr ()

function execa.index.stdout ()

function execa.index.sync (cmd, args, opts)

[ this document was created with utility2 ]