README.md

[![Elixir CI](https://github.com/savonarola/klotho/actions/workflows/elixir.yml/badge.svg)](https://github.com/savonarola/klotho/actions/workflows/elixir.yml)
[![Coverage Status](https://coveralls.io/repos/github/savonarola/klotho/badge.svg?branch=main)](https://coveralls.io/github/savonarola/klotho?branch=main)

# Klotho

Opinionated library for testing timer-based code.

## Installation

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

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