Skip to content

openapi-ro/oaex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oaex

TODO: Add description

Installation

If available in Hex, the package can be installed as:

  1. Add oaex to your list of dependencies in mix.exs:
```elixir
def deps do
  [{:oaex, "~> 0.1.0"}]
end
```
  1. Ensure oaex is started before your application:
```elixir
def application do
  [applications: [:oaex]]
end
```