README.md

# StrawHat

[![Build Status](https://travis-ci.org/straw-hat-team/straw_hat.svg?branch=master)](https://travis-ci.org/straw-hat-team/straw_hat)
[![codecov](https://codecov.io/gh/straw-hat-team/straw_hat/branch/master/graph/badge.svg)](https://codecov.io/gh/straw-hat-team/straw_hat)
[![Inline docs](http://inch-ci.org/github/straw-hat-team/straw_hat.svg)](http://inch-ci.org/github/straw-hat-team/straw_hat)

Utility package, it's just the representation of **Conway's Law**. There
is some modules for Error handling (for now 😅). Probably will be
breaking down to more than one package in the future if this keep growing too
much. For now, it is easier for us to maintain.

## Installation

```elixir
def deps do
  [
    {:straw_hat, "~> 0.3"}
  ]
end
```