Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 400 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 400 Bytes

gleasm

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 gleasm to your rebar.config dependencies:

{deps, [
    gleasm
]}.