Installation in GT

Metacello new
repository: 'github://mariari/ElixirGtBridge:master/src';
baseline: 'Gt4beam';
load

Load Lepiter

After installing with Metacello, you will be able to execute

#BaselineOfGt4beam asClass loadLepiter

Installing in an Elixir Project

The package is available on Hex. Add gt_bridge to your dependencies in mix.exs:

def deps do
[
{:gt_bridge, "~> 0.17.3"}
]
end