README.md

# MagicWand

MagicWand is toolkit to use [Witchcraft](https://github.com/witchcrafters) and [Reather](https://github.com/jechol/reather) more easily.

## Installation

The package can be installed by adding `magic_wand` to your list of dependencies in `mix.exs`:

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

The docs can be found at <https://hexdocs.pm/magic_wand>.