README.md

# XP

**Elixir package provisioning & maintenance on steroids.**

## Installation

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

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

## Documentation

The docs can be found at [https://hexdocs.pm/xp](https://hexdocs.pm/xp).