Daily mood tracker
|
|
||
|---|---|---|
| .github/workflows | ||
| src/mooday | ||
| .envrc | ||
| .gitignore | ||
| .pre-commit-config.yaml | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
| pyproject.toml | ||
| README.md | ||
mooday
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