From ff8b71ddca3b4fb98b2c4f0524d34baad1df02ef Mon Sep 17 00:00:00 2001 From: Peter Date: Thu, 30 Jul 2020 08:56:36 +0100 Subject: initial commit --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..98ed818 --- /dev/null +++ b/README.md @@ -0,0 +1,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 +]}. +``` -- cgit v1.2.3