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

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

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