Morphix is a small package of convenience methods for working with Maps, Tuples, and Lists.


License
MIT

Documentation

morphix

GitHub license Travis Hex.pm Coveralls

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.8.0"}]
    end
    

Usage

Documentation is available online