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.
- Host: GitHub
- URL: https://github.com/support-elixir/package
- Owner: support-elixir
- License: mit
- Created: 2025-09-11T10:51:43.000Z (9 months ago)
- Default Branch: 0.x
- Last Pushed: 2025-09-17T18:13:40.000Z (9 months ago)
- Last Synced: 2025-09-26T07:38:08.283Z (9 months ago)
- Topics: elixir, elixir-library
- Language: Elixir
- Homepage: https://hexdocs.pm/support
- Size: 36.1 KB
- Stars: 6
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.