Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kelvinst/plumbing

Useful functions to work with Elixir pipes.
https://github.com/kelvinst/plumbing

elixir elixir-pipes pipe-operator plumbing

Last synced: 4 months ago
JSON representation

Useful functions to work with Elixir pipes.

Awesome Lists containing this project

README

        

# Plumbing

Useful functions to work with Elixir pipes.

For more details take a look at the [online documentation](http://hexdocs.pm/plumbing).

## Installation

Just add this to your `mix.exs` and you're good to go

```elixir
def deps do
[
{:plumbing, "~> 0.1.0"}
]
end
```