Skip to content

mobilehero/geek-spawn

Repository files navigation

Work in progresss

@geek/spawn

a cross-platform spawn replacement with promises

install

@geek/spawn Dependabot Status npm version

$ npm install @geek/spawn

usage

Asynchronous

var spawn = require('@geek/spawn').spawn;
spawn('echo', ['this is a test']);

Synchronous

var spawnSync = require('@geek/spawn').spawnSync;
spawnSync('echo', ['this is a test']);

About

:bowtie: a cross-platform spawn replacement with promises

Resources

License

Stars

Watchers

Forks

Packages

No packages published