View Source Moar
An assortment of useful functions.
The docs can be found at https://hexdocs.pm/moar
installation
Installation
The package can be installed by adding moar
to your list of dependencies in mix.exs
:
def deps do
[
{:moar, "~> 1.2"}
]
end