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
- Host: GitHub
- URL: https://github.com/nicklayb/box_ex
- Owner: nicklayb
- Created: 2025-02-08T17:32:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-10-20T15:34:06.000Z (8 months ago)
- Last Synced: 2025-10-20T17:37:04.478Z (8 months ago)
- Language: Elixir
- Size: 454 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```