README.md

# Family

[![Build Status](https://travis-ci.org/ahtung/family.ex.svg?branch=master)](https://travis-ci.org/ahtung/family.ex)
[![Coverage Status](https://coveralls.io/repos/ahtung/family.ex/badge.svg?branch=master)](https://coveralls.io/r/ahtung/family.ex?branch=master)
[![Hex.pm version](https://img.shields.io/hexpm/v/family.svg?style=flat-square)](https://hex.pm/packages/family)
[![Hex.pm downloads](https://img.shields.io/hexpm/dt/family.svg)](https://hex.pm/packages/family)

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `family` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:family, "~> 0.1.0"}
  ]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/family](https://hexdocs.pm/family).