run is a simple, standalone tool that manages your processes for any project.
Learn more at the run website.
```bash
run -m tmux --watch 'go run .'
run -m tmux --watch 'docker-compose up' 'npm run dev'
run -m tmux --watch 'cargo test' 'cargo run' ```
For more examples, have a look at the examples directory.
```bash
```
Visit the install documentation for an exhaustive list of the installation methods.
For more information about the project, including installation, getting started, and many other topics, have look at the run website.