run-them

Crates.iorun-them
lib.rsrun-them
version0.1.0
sourcesrc
created_at2022-10-09 12:15:56.641668
updated_at2022-10-09 12:15:56.641668
descriptionA CLI to launch a single command with many workers, serializing the output
homepage
repositoryhttps://github.com/href/run-them
max_upload_size
id683984
size11,546
Denis Krienbühl (href)

documentation

README

is-online

A CLI to launch a single command with many workers, serializing the output.

Install

cargo install run-them

Examples

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
Commit count: 2

cargo fmt