sirn / redpipe

Best Elixir library ever

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redpipe

A way to troll your co-worker and piss them off at the same time.

Usage

Instead of the usual:

iex> "Hello, world" |> IO.puts

You can confuse everyone who decided to look at your code by:

iex> use Redpipe
iex> IO.puts |> "Hello, world"

Installation

Add redpipe to your list of dependencies in mix.exs:

def deps do
  [
    {:redpipe, git: "https://github.com/sirn/redpipe.git"}
  ]
end

Why?

¯\_(ツ)_/¯

About

Best Elixir library ever


Languages

Language:Elixir 100.0%