u2
v0.0.3
Published
run multiple processes on a single process
Downloads
12
Readme
u2
Install
npm install -g u2Usage
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
