run-all

CLI tool to execute multiple commands parallelly.

MIT 2 个版本
安装
npm install run-all
yarn add run-all
pnpm add run-all
bun add run-all
README

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"
版本列表
1.0.1 2015-03-14
1.0.0 2015-03-14