README.md

# ITK Health Checkex

[![CircleCI](https://circleci.com/gh/inside-track/itk_health_checkex/tree/master.svg?style=svg)](https://circleci.com/gh/inside-track/itk_health_checkex/tree/master)

**Plug based health check provided as macros.**

## Installation

The package can be installed by adding `itk_health_checkex` to your list of dependencies in mix.exs:

```elixir
def deps do
  [
    {:itk_health_checkex, "~> 0.0.1"}
  ]
end
```

After you are done, run `mix deps.get` in your shell to fetch and compile ITK Healthcheckex.