README.md

# ExOpenApiUtils

Utility toolkit to define open api docs from ecto schemas

[![Module Version](https://img.shields.io/hexpm/v/ex_open_api_utils.svg)](https://hex.pm/packages/ex_open_api_utils)
[![Hex Docs](https://img.shields.io/badge/hex-docs-lightgreen.svg)](https://hexdocs.pm/ex_open_api_utils/)
[![Total Download](https://img.shields.io/hexpm/dt/ex_open_api_utils.svg)](https://hex.pm/packages/ex_open_api_utils)
[![License](https://img.shields.io/hexpm/l/ex_open_api_utils.svg)](https://github.com/v3-dot-cash/ex_open_api_utils/blob/main/LICENSE.md)
[![Last Updated](https://img.shields.io/github/last-commit/v3-dot-cash/ex_open_api_utils.svg)](https://github.com/v3-dot-cash/ex_open_api_utils/commits/main)

## Installation

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

```elixir
def deps do
  [
    {:ex_open_api_utils, "~> 0.2.0"}
  ]
end
```

Documentation can be found 

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/ex_open_api_utils>.