| Crates.io | run-them |
| lib.rs | run-them |
| version | 0.1.0 |
| created_at | 2022-10-09 12:15:56.641668+00 |
| updated_at | 2022-10-09 12:15:56.641668+00 |
| description | A CLI to launch a single command with many workers, serializing the output |
| homepage | |
| repository | https://github.com/href/run-them |
| max_upload_size | |
| id | 683984 |
| size | 11,546 |
A CLI to launch a single command with many workers, serializing the output.
cargo install run-them
Serve the local folder with 4 workers in Python:
$ run-them -w 4
run-them python3 -m http.server --bind 127.0.0.1 8000