https://github.com/urbint/extra
A collection of extra utilities and extensions to the Elixir standard library
https://github.com/urbint/extra
elixir functional-programming utilities
Last synced: about 1 month ago
JSON representation
A collection of extra utilities and extensions to the Elixir standard library
- Host: GitHub
- URL: https://github.com/urbint/extra
- Owner: urbint
- License: other
- Created: 2017-08-29T20:20:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-22T22:04:02.000Z (about 8 years ago)
- Last Synced: 2025-10-24T02:56:36.955Z (5 months ago)
- Topics: elixir, functional-programming, utilities
- Language: Elixir
- Homepage:
- Size: 145 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: History.md
- License: LICENSE
Awesome Lists containing this project
README
# 
# Extra [![Version][hex-version-badge]][hex] [![CircleCI][circleci-badge]][circleci] [![License][license-badge]][license]
[hex-version-badge]: https://img.shields.io/hexpm/v/extra.svg
[hex]: https://hex.pm/packages/extra
[circleci-badge]: https://img.shields.io/circleci/project/github/urbint/extra/master.svg
[circleci]: https://circleci.com/gh/urbint/extra
[license-badge]: https://img.shields.io/hexpm/l/extra.svg
[license]: https://github.com/urbint/extra/blob/master/LICENSE
A collection of extra utilities and extensions to the Elixir standard library.
Extra was extracted from Urbint's internal umbrella application, and should be
considered unfinished, though we are using it internally and developing against
it fairly heavily.
## Installation
```elixir
def deps do
[{:extra, "~> 0.2.0"}]
end
```
## Documentation
Documentation can be found on [hexdocs][].
[hexdocs]: https://hexdocs.pm/extra