Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 815 Bytes

File metadata and controls

24 lines (16 loc) · 815 Bytes

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

Usage

Documentation is available online