1.0.1 • Published 3 years ago

npm-run-all-cli v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

npm-run-all-cli

npm version Downloads/month

A CLI to run multiple npm-scripts in sequential.

💿 Installation

$ npm install npm-run-all-cli --save-dev
# or
$ yarn add -D npm-run-all-cli
  • It requires Node@>=15.

📖 Usage

example:

//package.json

{
  "scripts": {
    "start": "npm start"
    "start:dev": "npm start dev",
    "start:prod": "npm start prod",
  }
}
  $ run-all -s=start:*
  Usage: run-all [COMMANDS...]

    Options:
      -h, --help      Print this help text.
      -v, --version   Print version number.
      -s, --script    Running many scripts passed: --script=build:*

Yarn Compatibility

  • For now it is not compatible 😔

📰 Changelog

🍻 Contributing

Welcome♡

Bug Reports or Feature Requests

Please use GitHub Issues.

1.0.1

3 years ago

1.0.0

3 years ago