ExUtils

:zap: Collection of Awesome Elixir shortcuts and utilities :zap:

(Still a Work in Progress :stuck_out_tongue:)

Installation

def deps do
  [{:ex_utils, "~> 0.1.5"}]
end

Or if you want the latest stuff:

def deps do
  [{:ex_utils, git: "https://github.com/sheharyarn/ex_utils.git"}]
end

Awesome Methods

It's not possible to list all functions here, but you should check out the Documentation! ExUtils has been divided into sub-modules, each with their own utility methods for different kinds of data:

Roadmap

Contributing

License

This package is available as open source under the terms of the MIT License.