README.md

# Expiphany

Expiphany is a Phoenix wrapper around Epiphany. The goal of Expiphany is to provide a seamless experience for Elixir/Phoenix developers working with Epiphany. Expiphany will provide either drop-in or light-weight replacements for all Phoenix functionality that can be enhanced by Epiphany components.

Expiphany aims to provide a low-friction way to get the most out of Epiphany components in your Phoenix application.

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `expiphany` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:expiphany, "~> 0.1.0"}
  ]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc) and published on [HexDocs](https://hexdocs.pm). Once published, the docs can be found at <https://hexdocs.pm/expiphany>.