No description
  • Gleam 76.1%
  • Squirrel 19.2%
  • CSS 2%
  • Dockerfile 1.1%
  • Nix 0.8%
  • Other 0.8%
Find a file
Yadunand Prem 38f887b51f
All checks were successful
ci/woodpecker/push/build-site-image Pipeline was successful
add static path to dockerfile
2026-06-07 09:35:54 +08:00
.woodpecker add deployment stuff 2026-06-05 17:17:56 +08:00
nut nutst: remove unused old block parser 2026-06-07 01:59:15 +08:00
nutst nutst: remove unused old block parser 2026-06-07 01:59:15 +08:00
site add basic styles 2026-06-07 01:59:49 +08:00
.dockerignore add deployment stuff 2026-06-05 17:17:56 +08:00
.gitignore move nut to own repo 2026-06-04 14:28:15 +08:00
Dockerfile add static path to dockerfile 2026-06-07 09:35:54 +08:00
flake.lock update flake 2026-06-04 14:42:18 +08:00
flake.nix add dep 2026-06-05 00:39:48 +08:00
README.md move nut to own repo 2026-06-04 14:28:15 +08:00

gleam_nut

Monorepo containing Gleam packages:

  • nut: commonly used Gleam libraries.
  • nutst: sibling Gleam project/package that can depend on nut via a path dependency.

Development

cd nut
gleam test

cd ../nutst
gleam test