No description
  • Gleam 84.3%
  • Erlang 15.7%
Find a file
2025-11-20 15:32:55 +01:00
.github/workflows First commit 2025-09-07 00:15:01 +02:00
src Remove default tcp options 2025-11-20 15:32:55 +01:00
test First commit 2025-09-07 00:15:01 +02:00
.gitignore First commit 2025-09-07 00:15:01 +02:00
gleam.toml Add logging 2025-11-20 13:30:28 +01:00
manifest.toml Add logging 2025-11-20 13:30:28 +01:00
README.md First commit 2025-09-07 00:15:01 +02:00

teapot

Package Version Hex Docs

gleam add teapot@1
import teapot

pub fn main() -> Nil {
  // TODO: An example of the project in use
}

Further documentation can be found at https://hexdocs.pm/teapot.

Development

gleam run   # Run the project
gleam test  # Run the tests