big Deno monorepo with a handful of libraries and automation tooling — check out the readme! it's very detailed
  • TypeScript 99.6%
  • Dockerfile 0.4%
Find a file
2025-10-02 15:10:59 +01:00
.vscode systemddddddddddddddd 2024-06-06 22:59:24 +01:00
aero@b60d95a56b lowercase readme 2025-09-26 19:38:24 +02:00
lib lowercase readme 2025-09-26 19:38:24 +02:00
nw submod 2025-10-02 15:10:59 +01:00
para lowercase readme 2025-09-26 19:38:24 +02:00
skji@ae8c29dd5a lowercase readme 2025-09-26 19:38:24 +02:00
src lowercase readme 2025-09-26 19:38:24 +02:00
.gitignore move the submodule :3 2024-04-04 02:56:18 +02:00
.gitmodules update conf submod & url 2025-01-24 12:46:01 +01:00
deno.jsonc purge execa because it doesnt like deno 2024-07-09 04:14:26 +02:00
deno.lock simplify geo addresses 2024-07-29 01:51:05 +01:00
license add license 2025-09-26 19:30:57 +02:00
readme.md add license 2025-09-26 19:30:57 +02:00

-

big deno monorepo

projects

name function
-/ collection of libraries used in projects in this repo
-/a1z26 a1z26 cli encoder/decoder
-/hug gpg cli wrapper (helps u gpg)
-/monktext monkeytype.com custom text generator
-/nami naive most used words implementation
-/noteblog generate blog-ready (astro) content/ directory from notion
-/oneroom camera filters for capture one from lightroom
-/whalehut batteries-included sourcehut docker-compose generator
aero/ discord tools for power users
nw/ network infra data & automation
skji/ a collection of helpers for my discord

install

dependencies are decided by yourself in an import map, e.g. in deno.json. you can find the ones i use in the deno.jsonc in this repo.

{
  "imports": {
    "path": "node:path",
    // or
    "path": "https://esm.sh/pathe@1",
    // or
    "path": "https://deno.land/std@0.217.0/path/mod.ts"
  }
}