Exocci

Hex.pmBuild Status

exocci implements the OCCI meta-model (Core, Infrastructure) with a specific DSL.

OCCI.Model.Infrastructure module is an example of model defined with the DSL.

See the documentation on hexdocs.pm for more detailed explanations.

Installation

Add `exocci` to your list of dependencies in `mix.exs`:

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

TODO