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

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.

Awesome Lists containing this project

README

          

# Helpex
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#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)):


Ankanna
Ankanna

🚇 ⚠️ 💻

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!