/gleam-format-ci-test

Primary LanguageErlangApache License 2.0Apache-2.0

myproject

A Gleam program

Quick start

# Build the project
rebar3 compile

# Run the eunit tests
rebar3 eunit

# Run the Erlang REPL
rebar3 shell

Installation

If available in Hex this package can be installed by adding myproject to your rebar.config dependencies:

{deps, [
    myproject
]}.