|
1 | 1 | # concurrently
|
2 | 2 |
|
3 |
| -[](https://github.com/open-cli-tools/concurrently/actions/workflows/ci.yml) |
4 |
| -[](https://coveralls.io/github/open-cli-tools/concurrently?branch=main) |
5 |
| - |
6 |
| -[](https://www.npmjs.com/package/concurrently) |
| 3 | +[](https://github.com/open-cli-tools/concurrently/releases) |
| 4 | +[](./LICENSE) |
| 5 | +[](https://www.npmjs.com/package/concurrently) |
| 6 | +[](https://github.com/open-cli-tools/concurrently/actions/workflows/ci.yml) |
| 7 | +[](https://coveralls.io/github/open-cli-tools/concurrently?branch=main) |
7 | 8 |
|
8 | 9 | Run multiple commands concurrently.
|
9 | 10 | Like `npm run watch-js & npm run watch-less` but better.
|
10 | 11 |
|
11 |
| - |
| 12 | + |
12 | 13 |
|
13 | 14 | **Table of Contents**
|
14 | 15 |
|
@@ -296,7 +297,7 @@ For more details, visit https://github.com/open-cli-tools/concurrently
|
296 | 297 |
|
297 | 298 | ## API
|
298 | 299 |
|
299 |
| -concurrently can be used programmatically by using the API documented below: |
| 300 | +**concurrently** can be used programmatically by using the API documented below: |
300 | 301 |
|
301 | 302 | ### `concurrently(commands[, options])`
|
302 | 303 |
|
@@ -411,7 +412,7 @@ It contains the following properties:
|
411 | 412 | > otherwise null. If the process terminated due to receipt of a signal,
|
412 | 413 | > signal is the string name of the signal, otherwise null.
|
413 | 414 |
|
414 |
| - So _null_ means the process didn't terminate normally. This will make **concurrent** |
| 415 | + So _null_ means the process didn't terminate normally. This will make **concurrently** |
415 | 416 | to return non-zero exit code too.
|
416 | 417 |
|
417 | 418 | - Does this work with the npm-replacements [yarn](https://github.com/yarnpkg/yarn) or [pnpm](https://pnpm.js.org/)?
|
|
0 commit comments