Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kelvinst/plumbing
- Owner: kelvinst
- License: mit
- Created: 2018-01-19T15:31:57.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-06T13:38:56.000Z (almost 4 years ago)
- Last Synced: 2024-10-10T14:33:00.602Z (4 months ago)
- Topics: elixir, elixir-pipes, pipe-operator, plumbing
- Language: Elixir
- Homepage:
- Size: 6.84 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```