joshrotenberg / divo_machinebox

A pre-configured docker-compose stack for a Machinebox boxes for integration testing with Divo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hex.pm Version

Divo Machinebox

A library implementing the Divo Stack behaviour, providing a pre-configured Machinebox.

Requires inclusion of the Divo library in your mix project.

Installation

The package can be installed by adding divo_machinebox to your list of dependencies in mix.exs:

def deps do
  [
    {:divo, "~> 1.1"},
    {:divo_machinebox, "~> 0.1.0"}
  ]
end

About

A pre-configured docker-compose stack for a Machinebox boxes for integration testing with Divo


Languages

Language:Elixir 100.0%