continuous-testing 0.2.1

A continuous testing tool
# Installation

* [**Template of the project**]https://github.com/taishingi/continuous-template
  * [**Docker**]https://docs.docker.com/engine/install/, [**Packer**]https://developer.hashicorp.com/packer/docs, [**Rustup**]https://rustup.rs, and [**Git**]https://git-scm.com must be installed on your system.

```bash
cargo install continuous-testing
```

```bash
cd project
```

```bash
git init
```

## Init a repository

```bash
again init
```

## Usage

```bash
git add .
```

```bash
git commit -m "msg"
```