Packages

Simple library that adds a piping possibility for easy returning from pipe chains Imagine: socket = socket |> assign(valid: true) {:noreply, socket} to write as: socket |> assign(valid: true) |> noreply() or: iex> "34" |> between_strings("12", "56") "123456"

Versions

Version Published Date Note
June 07, 2020
June 05, 2020
April 29, 2020
April 29, 2020
April 29, 2020

Checksum

Dependency Config

mix.exs

rebar.config

Gleam

erlang.mk

Package Details

Downloads Last 30 days, 0.1.1
0 20 40 60 80

this version

210

yesterday

0

last 7 days

2

all time

731

Last Updated

Jun 07, 2020

License

MIT

Build Tools

mix

Publisher

dkuku dkuku

Links

Owners