gleam + forgejo project proof-of-concept
Find a file
era 53f55180d9
All checks were successful
/ test (push) Successful in 4s
use action/checkout
2025-09-29 13:35:43 -07:00
.forgejo/workflows use action/checkout 2025-09-29 13:35:43 -07:00
src init 2025-09-29 13:22:09 -07:00
test init 2025-09-29 13:22:09 -07:00
.gitignore init 2025-09-29 13:22:09 -07:00
gleam.toml init 2025-09-29 13:22:09 -07:00
README.md init 2025-09-29 13:22:09 -07:00

gleamtest

Package Version Hex Docs

gleam add gleamtest@1
import gleamtest

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

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

Development

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