Build Status

Magixir

WIP do not use

Installation

If available in Hex, the package can be installed as:

  1. Add magixir to your list of dependencies in mix.exs:
```elixir
def deps do
  [{:magixir, "~> 0.1.0"}]
end
```
  1. Ensure magixir is started before your application:
```elixir
def application do
  [applications: [:magixir]]
end
```

Contributor Information

Test it

mix test       # Run tests once
mix test.watch # Run tests on file changes
mix credo      # Code linter

See Also