https://github.com/blackode/helpex
Elixir Modules Helper functions to use in our daily projects. It saves time and keeps your application code neat and healthy.
https://github.com/blackode/helpex
Last synced: 10 months ago
JSON representation
Elixir Modules Helper functions to use in our daily projects. It saves time and keeps your application code neat and healthy.
- Host: GitHub
- URL: https://github.com/blackode/helpex
- Owner: blackode
- Created: 2019-11-15T20:14:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-28T20:47:01.000Z (over 6 years ago)
- Last Synced: 2025-03-04T16:46:26.400Z (over 1 year ago)
- Language: Elixir
- Homepage:
- Size: 204 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Helpex
[](#contributors)

Contains all helper functions which can be used in your application.
The functions are grouped into different modules like **Map**, **List**
## How to Contribute ?
### Coding
Make a pull request with atleast one helper function of any category.
Please provide doctest examples, so people shall find how to use it.
Glad if you can write test cases.
Happy Contributing :)
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `helpex` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:helpex, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/helpex](https://hexdocs.pm/helpex).
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!