crun 0.1.0

Run commands concurrently - a Rust port of concurrently
crun-0.1.0 is not a library.

crun

A Rust port of concurrently - run commands concurrently.

Installation

cargo install crun

Usage

crun "echo foo" "echo bar"

Development

Prerequisites

  • Rust (latest stable)
  • Node.js 20+ (for integration tests)

Building

cargo build --release

Running Tests

Integration tests use the same test harness as the original concurrently project:

# Install test dependencies
cd tests/integration && npm install

# Run tests
npm test

# Or from root
npm test

Running Unit Tests

cargo test

License

MIT