run-concurrently

1.0.0 • Public • Published

run-concurrently

Runs npm scripts concurrently.

One of concepts is "no configuration" and "zero dependencies." Use currently or npm-run-all for more features.

Use with npx

npx run-concurrently build start

Install from npm

npm install -g run-concurrently

And then use:

npm-run-concurrently build start

Appendix

Why isn't output colored?

Some command prints colored output only in some condition. Check if your command can be configured with something such as --color option or FORCE_COLOR=1 environment variable. Search for tty/isatty for detailed information.

Verbose output

With --verbose, it prints exit code of subprocess and caught signal.

/run-concurrently/

    Package Sidebar

    Install

    npm i run-concurrently

    Weekly Downloads

    0

    Version

    1.0.0

    License

    CC0-1.0

    Unpacked Size

    10.9 kB

    Total Files

    4

    Last publish

    Collaborators

    • vain0x