rushon 0.1.2

A simple and fast task runner for multipul components.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#[RUSHON]

Tools to launch binaries in local machine.

## Why this tool?
It's common to launch multiple components with different environment variables. But sometimes it's really slow to make docker images and run docker-compose especially when you are developing the component. This tool is for launching binaries in local machine with different environment variables.

## Usage

```bash
rushon {config}.toml
```