README.md

# Analyze

Analyze your Elixir projects running a suite of code tools.

## Installation

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

```elixir
def deps do
  [{:analyze, "~> 0.1.12"}]
end
```

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