README.md

# Mutation

Mutation tool for Elixir

## Installation

Add `mutation` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [{:mutation, "~> 0.1.0"}]
end
```

## Usage

You will get a new mix task, just execute it and enjoy:

```
mix mutation
```