gleam-todo
Find a file
2024-10-27 11:01:53 +05:30
src use the Item type 2024-10-27 11:01:53 +05:30
test initial commit 2024-10-26 18:10:37 +05:30
.env initial commit 2024-10-26 18:10:37 +05:30
.gitignore initial commit 2024-10-26 18:10:37 +05:30
gleam.toml initial commit 2024-10-26 18:10:37 +05:30
manifest.toml initial commit 2024-10-26 18:10:37 +05:30
README.md initial commit 2024-10-26 18:10:37 +05:30

app

Package Version Hex Docs

gleam add app@1
import app

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

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

Development

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