continuous-testing 0.3.0

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 **unzip** and [**wget**]https://www.gnu.org/software/wget/**  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"
```