We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30623e0 commit 31dccf5Copy full SHA for 31dccf5
README.md
@@ -4,6 +4,8 @@ This is a super simple npm module to run shell commands in parallel. All
4
processes will share the same stdout/stderr, and if any command exits with a
5
non-zero exit status, the rest are stopped and the exit code carries through.
6
7
+### currently not maintained, see [Consolidation of multiple similar libraries](https://github.com/mysticatea/npm-run-all/issues/10)
8
+
9
### Motivation
10
11
**How is this different than:**
0 commit comments