README.md
# VaultDevServer
[](https://travis-ci.com/praekeltfoundation/vaultdevserver)
[](https://codecov.io/gh/praekeltfoundation/vaultdevserver)
[](http://inch-ci.org/github/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).