Installation in GT
Metacello new
repository: 'github://mariari/ElixirGtBridge:master/src';
baseline: 'Gt4beam';
loadLoad Lepiter
After installing with Metacello, you will be able to execute
#BaselineOfGt4beam asClass loadLepiterInstalling 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.15.1"}
]
end