all repos — ssh-portal @ 342511793111b27a876f1ae8f331999dae89a76e

SSH abstraction tool to be productive in my work

deno.json (view raw)

1{
2  "tasks": {
3    "start": "deno run --allow-net --allow-read main.ts",
4    "compile": "deno compile --allow-net --allow-read main.ts"
5  }
6}