Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 285 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 285 Bytes

Plumbing

Useful functions to work with Elixir pipes.

For more details take a look at the online documentation.

Installation

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

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