quartz-cli 0.1.4

The way to design and test Rest APIs through the command-line
## Installing quartz

### Cargo

If you have `cargo`, you can install the `quartz-cli` create directly from crates.io:

```bash
cargo install quartz-cli
```

### Homebrew

If you are using [Homebrew](https://brew.sh/) on macOS, you can use the tap command:

```bash
brew tap eduardorodriguesf/quartz
brew install quartz
```

### More to come!

If you don't see your preferred package manager there, feel free to [open an issue](https://github.com/EduardoRodriguesF/quartz/issues/new)!