all repos — ssh-portal @ de5bc31424daf1e563acc2d8364cba0273548ad6

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}