Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Workflow Status Hex.pm License Hex.pm

PipeHelpers

Pipe helpers are a set of simple helpers for elixir to help structure code with pipes.

Installation

The package can be installed by adding pipe_helpers to your list of dependencies in mix.exs:

def deps do
  [
    {:pipe_helpers, "~> 1.0.1"}
  ]
end

Documentation

The library is documented in the main module documentation.

Small example:

  import PipeHelpers

  # Example in a live view
  @impl true
  def mount(_params, _session, socket) do
    socket
    |> assign(loading: true)
    |> ok()
  end

About

Elixir pipe helpers

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages