No description
Find a file
2023-01-28 16:55:39 +02:00
src Initial commit 2023-01-28 16:55:39 +02:00
test Initial commit 2023-01-28 16:55:39 +02:00
.gitignore Initial commit 2023-01-28 16:55:39 +02:00
.tool-versions Initial commit 2023-01-28 16:55:39 +02:00
gleam.toml Initial commit 2023-01-28 16:55:39 +02:00
manifest.toml Initial commit 2023-01-28 16:55:39 +02:00
README.md Initial commit 2023-01-28 16:55:39 +02:00

finch_gleam

Package Version Hex Docs

A Gleam project

Quick start

gleam run   # Run the project
gleam test  # Run the tests
gleam shell # Run an Erlang shell

Installation

If available on Hex this package can be added to your Gleam project:

gleam add finch_gleam

and its documentation can be found at https://hexdocs.pm/finch_gleam.