README.md
# Borscht
<img src="https://cdn.rawgit.com/BlueHotDog/borscht/13b13c94/assets/logo.png" alt="Logo" width=200px/>
A Plugin based exception reporting framework for Elixir.
Simply use this with your favorite reporting plugin.
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `bugsnagx` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:bugsnagx, "~> 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/bugsnagx](https://hexdocs.pm/borscht).