rusty-ci 0.1.2

A tool to generate buildbot projects from a YAML file
Documentation
# rusty-ci

A tool to generate buildbot projects from a YAML file

## Usage

Install rust.

```bash
curl https://sh.rustup.rs -sSf | sh
```

Install `rusty-ci`

```bash
cargo install rusty-ci
```

Build a makefile from a yaml file and run it!

```bash
cat test.yaml | rusty-ci > Makefile
make -j
```

## TODO

- [ ] Integrate CLAP for better command line usage