Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

sp4

cagataycali5ISC1.0.1

Better spawn

spawn, bash, shell, exec

readme

Install

npm i -S sp4

Usage

const exec = require('sp4');
exec('sleep 1 && echo "First" && ping -c 9 8.8.8.8');