mirror of
https://github.com/erlef/setup-beam.git
synced 2026-07-23 15:16:08 +00:00
383 B
383 B
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
]}.