An open API service indexing awesome lists of open source software.

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)

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._

![screenshot](https://i.imgur.com/NTXkxmo.png)

* 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)