| Crates.io | congregation |
| lib.rs | congregation |
| version | 0.2.9 |
| created_at | 2025-05-27 14:02:22.173588+00 |
| updated_at | 2026-01-12 00:16:11.749411+00 |
| description | Run multiple parallel tasks with grouped output |
| homepage | |
| repository | https://github.com/somenever/congregation |
| max_upload_size | |
| id | 1691121 |
| size | 137,734 |
Run multiple tasks in parallel with beautiful, grouped output. Inspired by bun filter and concurrently.
Congregation can be installed using Cargo:
cargo install congregation
To get started, run a simple task by using congregation run:
congregation run 'echo hello'
You can run multiple tasks simultaneously by adding another run keyword:
congregation run 'echo task 1' run 'echo task 2'
For more information, run congregation help.