Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 783 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 783 Bytes

HypeLib

Hex version badge License badge codecov

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

Installation

def deps do
  [
    {:hype_lib, "~> 2.4.1"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/hype_lib.