blob: 98ed818844b3e27cb043cdad7f5b4a3760b542ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# gleam_json
A Gleam program
## Quick start
```sh
# Build the project
rebar3 compile
# Run the eunit tests
rebar3 eunit
# Run the Erlang REPL
rebar3 shell
```
## Installation
If [available in Hex](https://www.rebar3.org/docs/dependencies#section-declaring-dependencies)
this package can be installed by adding `gleam_json` to your `rebar.config` dependencies:
```erlang
{deps, [
gleam_json
]}.
```
|