README.md
# ExOpenApiUtils
Utility toolkit to define open api docs from ecto schemas
[](https://hex.pm/packages/ex_open_api_utils)
[](https://hexdocs.pm/ex_open_api_utils/)
[](https://hex.pm/packages/ex_open_api_utils)
[](https://github.com/v3-dot-cash/ex_open_api_utils/blob/main/LICENSE.md)
[](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>.