Packages

MagicWand is toolkit to use Witchcraft and Reather more easily.

Current section

Files

Jump to
magic_wand README.md
Raw

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.2.0"}
]
end
```
The docs can be found at <https://hexdocs.pm/magic_wand>.