Current section
Files
Jump to
Current section
Files
README.md
# HypeLib
[](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, git: "https://github.com/HypeRate/HypeLib"}
]
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>.