README.md

# VaultDevServer

[![Build Status](https://travis-ci.com/praekeltfoundation/vaultdevserver.svg?branch=master)](https://travis-ci.com/praekeltfoundation/vaultdevserver)
[![codecov](https://codecov.io/gh/praekeltfoundation/vaultdevserver/branch/master/graph/badge.svg)](https://codecov.io/gh/praekeltfoundation/vaultdevserver)
[![Inline docs](http://inch-ci.org/github/praekeltfoundation/vaultdevserver.svg?branch=master)](http://inch-ci.org/github/praekeltfoundation/vaultdevserver)
[![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=praekeltfoundation/vaultdevserver)](https://dependabot.com)

Test applications against a HashiCorp Vault dev server

## Installation

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

```elixir
def deps do
  [
    {:vaultdevserver, "~> 0.1.0-beta.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/vaultdevserver](https://hexdocs.pm/vaultdevserver).