README.md

# Apocryphal

Elixir Hooks Worker for Dredd API Testing Framework

**This is a WIP, I wouldn't use it yet :D**

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:

  1. Add `apocryphal` to your list of dependencies in `mix.exs`:

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

  2. Ensure `apocryphal` is started before your application:

    ```elixir
    def application do
      [applications: [:apocryphal]]
    end
    ```