README.md

# HypeLib

[![Hex version badge](https://img.shields.io/hexpm/v/hype_lib.svg)](https://hex.pm/packages/hype_lib)
[![License badge](https://img.shields.io/hexpm/l/hype_lib.svg)](https://github.com/HypeRate/HypeLib/blob/master/LICENSE.md)
[![codecov](https://codecov.io/github/HypeRate/HypeLib/branch/master/graph/badge.svg?token=N4V69694MA)](https://codecov.io/github/HypeRate/HypeLib)

`HypeLib` is the internal Elixir framework of HypeRate which is used across all Elixir related repositories.

## Installation

```elixir
def deps do
  [
    {:hype_lib, "~> 2.2.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/hype_lib>.