No description
Find a file
Alexander Wühr 584a6562a7
Some checks are pending
test / test (push) Waiting to run
chore: setup forgejo test workflow - part II
2024-09-19 17:38:51 +02:00
.forgejo/workflows chore: setup forgejo test workflow - part II 2024-09-19 17:38:51 +02:00
src/fortheck refactor: straighten stack - part III 2024-09-19 17:29:47 +02:00
test refactor: straighten token 2024-09-19 17:24:54 +02:00
.gitignore chore: setup project 2024-09-19 07:54:58 +02:00
gleam.toml chore: setup project 2024-09-19 07:54:58 +02:00
manifest.toml feat: implement stack 2024-09-19 09:09:22 +02:00
README.md chore: setup project 2024-09-19 07:54:58 +02:00

fortheck

Package Version Hex Docs

gleam add fortheck@1
import fortheck

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

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

Development

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