run-all

1.0.1 • Public • Published

run-all

CLI tool to execute multiple commands parallelly.

Installation

npm install run-all

Usage

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.

Examples

run-all "babel src --out-dir lib --watch" "mocha test/*.js --watch --colors"

Package Sidebar

Install

npm i run-all

Weekly Downloads

2,022

Version

1.0.1

License

MIT

Last publish

Collaborators

  • mysticatea