Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 744 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 744 Bytes

ExSwagger

Build Status Coverage Status

TODO: Add description

Installation

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

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