Support
A collection of helper methods for Elixir projects.
Installation
Add support to the list of dependencies in your mix.exs file:
def deps do
[
{:support, "~> 0.3.0"}
]
end
Then run mix deps.get to fetch the new dependency.
Documentation
Full documentation is available at hexdocs.pm.
License
Support is licensed under the MIT License. See the LICENSE file for details.