https://github.com/loklaan/run-commands-cli
Run commands in parallel w/ nice reporting. (Use `concurrently` instead though - this was experimental)
https://github.com/loklaan/run-commands-cli
cli commands parallel
Last synced: 3 months ago
JSON representation
Run commands in parallel w/ nice reporting. (Use `concurrently` instead though - this was experimental)
- Host: GitHub
- URL: https://github.com/loklaan/run-commands-cli
- Owner: loklaan
- Created: 2017-11-04T12:25:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-08-31T08:45:41.000Z (about 5 years ago)
- Last Synced: 2025-04-05T08:12:52.396Z (6 months ago)
- Topics: cli, commands, parallel
- Language: JavaScript
- Homepage:
- Size: 67.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
While this was fun to make, I actually suggest you use a more established package like concurrently. 👍# Run Commands
> _Run commands in parallel w/ nice reporting._

* Run any number of commands
* Hide all output
* Show progress of each command
* Dump errors at the end## License
MIT © [Lochlan Bunn](http://lochlan.io)