run-cli 0.0.6

A CLI to run your scripts
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/aymericbeaumet/run/ci.yml?branch=master&label=ci&logo=github)](https://github.com/aymericbeaumet/run/actions/workflows/ci.yml) [![GitHub Tag](https://img.shields.io/github/v/tag/aymericbeaumet/run?label=release&logo=github&sort=semver)](https://github.com/aymericbeaumet/run/tags)

# run

[run](https://github.com/aymericbeaumet/run) is a simple, standalone tool that manages your processes for any project.

## Features

- Lightweight: single non-bloated binary
- Convenient: native tmux integration for unmatched productivity
- Portable: works on Linux, macOS and Windows

## Quickstart

```bash
# go
run -m tmux --watch 'go run .'

# node.js
run -m tmux --watch 'docker-compose up' 'npm run dev'

# rust
run -m tmux --watch 'cargo test' 'cargo run'
```

For more examples, have a look at the [examples directory](./examples).

## Install

```bash
# todo
```

Visit [the documentation](https://www.run-cli.org/installation) for an exhaustive list of the installation methods.

## Documentation

For more information about the project, including installation, getting started, and many other topics, have look at: [https://www.run-cli.org](https://www.run-cli.org)