README.md

# Magic


[![Build Status](https://travis-ci.org/pivstone/Magic.svg?branch=master)](https://travis-ci.org/pivstone/Magic)
[![Coverage Status](https://coveralls.io/repos/github/pivstone/Magic/badge.svg?branch=master)](https://coveralls.io/github/pivstone/Magic?branch=master)

Some Helper For Elixir Port

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `magic` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [{:magic, "~> 0.2.0"}]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/magic](https://hexdocs.pm/magic).