ExUtils

⚡ Collection of Awesome Elixir shortcuts and utilities ⚡

(Still a Work in Progress 😛)

Installation

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

Or if you want the latest stuff:

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

Roadmap

Contributing

License

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