Magixir
WIP do not use
Installation
If available in Hex, the package can be installed as:
-
Add
magixirto your list of dependencies inmix.exs:
```elixir
def deps do
[{:magixir, "~> 0.1.0"}]
end
```-
Ensure
magixiris 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