terraform CircleCI

Terraform is an Elixir library designed to work with Phoenix. Terraform allows you to incrementally transform an older API into one powered by Phoenix - one endpoint at a time.

Installation

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

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