Files
setup-beam/test-projects/gleam_rebar3/README.md
T
Paulo F. Oliveira c988d89031 Add Gleam (#67)
2021-08-03 18:56:12 +01:00

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
]}.