Packages

Prex is a REST API client code generator for elixir

Current section

Files

Jump to
prex README.md
Raw

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