README.md
# StrawHat
[](https://travis-ci.org/straw-hat-team/straw_hat)
[](https://codecov.io/gh/straw-hat-team/straw_hat)
[](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
```