1.0.10 • Published 7 years ago

vigour-spawn v1.0.10

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

spawn

var prom = spawn(command, args, opts)

  • command (String) - A command name or a full command string
  • args (Array|Object) - An array of arguments (or extra arguments) for the command OR the opts Object (see below)
  • opts (Object) - Options to pass along to process.spawn, plus the following additional options
  • opts.quiet (Boolean) - Suppresses logging of the actual command executed (logged by default). Default: false
  • opts.getOutput (Boolean) - Promise will resolve with everything anything the command sent to stdout and stderr
  • opts.verbose (Boolean) - Logs whatever the command sent to stdout and stderr
  • returns (Promise) prom - Resolves when child process is completed
1.0.10

7 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago