README.md
# Dreamy 😴
[](https://github.com/bwireman/dreamy/actions/workflows/elixir.yml)
[](https://github.com/bwireman/dreamy/blob/main/LICENSE)
[](https://github.com/bwireman/dreamy/commit/main)
[](https://hexdocs.pm/dreamy/readme.html)
[](https://hex.pm/packages/dreamy/)
[](http://makeapullrequest.com)

Dreamy provides useful macros, functions, types & operators to make elixir even dreamier 😴
- 📔 Docs: https://hexdocs.pm/dreamy/readme.html
- 💾 download: https://hex.pm/packages/dreamy
## Installation
[Available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `dreamy` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:dreamy, "~> 0.2.2"}
]
end
```