Bard
Minimalist LISP abusing Elixir block syntax
Ecto custom type for storing encrypted password using Comeonin
Minimalist Function Decorators
ElasticSearch client for Elixir and Ecto driver.
Excess
Re-usable composable patterns with guards
Happy path programming in elixir.
Alternative to ok_jose, elixir's 1.2 `with` keyword and that kind of stuff.
Tiny syntax sugar around Elixir's `with` special form.
Dont use commas around with expressions.
Haskell like `where` sugar for Elixir. A pipe-able `with` special form.
IExample - tiny macro to help you have formatted documentation iex examples.
Indifferent access on maps/lists/tuples with custom key transforms.
Love.ex
Simple pattern matching on quoted expressions.
Run mix tasks (like test or ecto db.migrate) under specific umbrella applications
Pipe functions that produce ok/error tuples.
Parameter structure validation and casting with Ecto.Schema.
An Elixir macro for easily piping arguments at any position.
Elixir macro for extracting or transforming values inside a pipe flow.
Pond is an Elixir library for creating state handling functions without spawning processes.
Pond functions are same-process, referentially transparent functions, that let you implement Finite State Machines, Generators, (push/pull) Reactive Streams, etc.
Concatenative Elixir macro language.
Mix and match reusable test context by using tags
Data specification conformance and generation for Elixir
Make tests inside your ExUnit case to run async.