1.0.0 • Published 4 years ago
run-concurrently v1.0.0
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 startInstall from npm
npm install -g run-concurrentlyAnd then use:
npm-run-concurrently build startAppendix
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.
1.0.0
4 years ago