README.md

# OpenAPICompiler

:warning: :warning: This library is incomplete and experimental! :warning: :warning:

Compile OpenApi 3.0 Elixir Client from JSON / Yaml.

Help to make this library more spec compliant is welcome in form of issues / PR's.

## Installation

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

```elixir
def deps do
  [
    {:openapi_compiler, "~> 1.0-beta"}
  ]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). The docs can be found at
[https://hexdocs.pm/openapi_compiler](https://hexdocs.pm/openapi_compiler).