Packages

Useful functions to work with pipes.

Current section

Files

Jump to
plumbing README.md
Raw

README.md

# 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
```