mirror of
https://github.com/erlef/setup-beam.git
synced 2026-07-23 07:06:07 +00:00
gleam_rebar3
A Gleam project
Quick start
# Run the eunit tests
rebar3 eunit
# Run the Erlang REPL
rebar3 shell
Installation
If available in Hex
this package can be installed by adding gleam_rebar3 to your rebar.config dependencies:
{deps, [
gleam_rebar3
]}.