README.md
# morphix
[](https://raw.githubusercontent.com/philosodad/morphix/master/LICENSE)
[](https://travis-ci.org/philosodad/morphix)
[](https://hex.pm/packages/morphix)
[](https://coveralls.io/github/philosodad/morphix)
Tiny library of functions to perform transforms on maps and arrays.
## Installation
The package can be installed from hex.pm
1. Add morphix to your list of dependencies in `mix.exs`:
```
def deps do
[{:morphix, "~> 0.7.0"}]
end
```
## Usage
Documentation is [available online](https://hexdocs.pm/morphix/Morphix.html)