An open API service indexing awesome lists of open source software.

https://github.com/support-elixir/package

A collection of helper methods for Elixir projects.
https://github.com/support-elixir/package

elixir elixir-library

Last synced: 9 months ago
JSON representation

A collection of helper methods for Elixir projects.

Awesome Lists containing this project

README

          

# 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/support-elixir/package/blob/0.x/LICENSE) file for details.