all repos — ssh-portal @ main

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 -o $HOME/bin/sp --allow-net --allow-read main.ts"
5  }
6}