README.md

# Prex

Tasks for generating api interfaces in elixir from ApiBlueprint files.

## Installation

You can install prex like this:

```elixir
def deps do
  [{:prex, "~> 0.1.0", only: [:dev]}]
end
```

[Full documents](https://hexdocs.pm/prex).

## License

MIT