Packages

Happy path programming in elixir. Alternative to ok_jose, elixir's 1.2 `with` keyword and that kind of stuff.

Current section

Files

Jump to
happy README.md
Raw

README.md

# Happy
the alchemist [happy path](https://en.wikipedia.org/wiki/Happy_path) with elixir
## Installation
[Available in Hex](https://hex.pm/packages/happy), the package can be installed as:
1. Add happy to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:happy, "~> 0.0.1"}]
end
```