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%
| .vscode | ||
| aero@b60d95a56b | ||
| lib | ||
| nw | ||
| para | ||
| skji@ae8c29dd5a | ||
| src | ||
| .gitignore | ||
| .gitmodules | ||
| deno.jsonc | ||
| deno.lock | ||
| license | ||
| readme.md | ||
-
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"
}
}