u2
v0.0.3
Published
run multiple processes on a single process
Downloads
10
Readme
u2
Install
npm install -g u2
Usage
u2 'npm run watch' 'npm run serve'
Why
While it is possible to do something like npm run watch & npm run serve
that causes npm run watch
to run in the background and killing the parent process
won't terminate it