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

https://github.com/nicklayb/box_ex

My Elixir toolbox
https://github.com/nicklayb/box_ex

Last synced: 5 months ago
JSON representation

My Elixir toolbox

Awesome Lists containing this project

README

          

# Box

[Documentation](https://nboisvert.com/box_ex/api-reference.html)

Box is my presonal toolbox of module I like to have in my projects.

## Kernel module extras

The toolbox includes some extra function to Kernel module like Enum and List (under `Box.Enum` and `Box.List`).

## Installation

```elixir
def deps do
[
{:box, git: "https://github.com/nicklayb/box_ex.git", tag: "0.1.0"}
]
end
```