A Gleam program
# Build the project
rebar3 compile
# Run the eunit tests
rebar3 eunit
# Run the Erlang REPL
rebar3 shell
If available in Hex
this package can be installed by adding magpie
to your rebar.config
dependencies:
{deps, [
magpie
]}.