Packages

Execute function through pipe operator without stopping.

Current section

Files

Jump to
pipe_func README.md
Raw

README.md

# PipeFunc
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `pipe_func` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:pipe_func, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/pipe_func](https://hexdocs.pm/pipe_func).