Daily mood tracker
Find a file
lilly b93dbd4b5b
Some checks failed
test / test (push) Has been cancelled
wip
2025-01-03 20:42:59 +01:00
.github/workflows initial commit 2025-01-03 18:12:17 +01:00
src/mooday wip 2025-01-03 20:42:59 +01:00
.envrc wip 2025-01-03 20:42:59 +01:00
.gitignore wip 2025-01-03 20:42:59 +01:00
.pre-commit-config.yaml wip 2025-01-03 20:42:59 +01:00
flake.lock initial commit 2025-01-03 18:12:17 +01:00
flake.nix wip 2025-01-03 20:42:59 +01:00
LICENSE initial commit 2025-01-03 18:12:17 +01:00
pyproject.toml wip 2025-01-03 20:42:59 +01:00
README.md initial commit 2025-01-03 18:12:17 +01:00

mooday

Package Version Hex Docs

gleam add mooday@1
import mooday

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

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

Development

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