README.md
# Mneme /ni:mi:/
[](https://hex.pm/packages/mneme)
[](https://hexdocs.pm/mneme)
[](https://github.com/zachallaun/mneme/actions/workflows/ci.yml)
Mneme helps you write tests. [Documentation on hexdocs.pm](https://hexdocs.pm/mneme).
## Installation
```elixir
def deps do
[
{:mneme, ">= 0.0.0", only: :test}
]
end
```