README.md

# Barry
[![hex.pm version](https://img.shields.io/hexpm/v/barry.svg?style=flat)](https://hex.pm/packages/barry)

A GUI frontend for [baz](https://github.com/fremantle-industries/baz)

## Installation

Add the `barry` package to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:barry, "~> 0.0.1"}
  ]
end
```

## Authors

- Alex Kwiatkowski - alex+git@fremantle.io

## License

`barry` is released under the [MIT license](./LICENSE)