CLI tool to execute multiple commands parallelly.
npm install run-allCLI tool to execute multiple commands parallelly.
```
npm install run-all
`
Usage: run-all [OPTIONS] [COMMANDS...]
If there are spaces in command text, enclose the command by double quotes.
Options:
-h, --help Print this help text.
-v, --version Print the version number.
`
```
run-all "babel src --out-dir lib --watch" "mocha test/*.js --watch --colors"