README.md

# Support

A collection of helper methods for Elixir projects.

## Installation

Add `support` to the list of dependencies in your `mix.exs` file:

```elixir
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](https://hexdocs.pm/support/).

## License

Support is licensed under the MIT License. See the [LICENSE](https://github.com/filipprober/support_elixir/blob/0.x/LICENSE) file for details.