8000 GitHub - webpod/webpod: Deploy to your own servers and own cloud ☁️
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

webpod/webpod

Repository files navigation

Webpod

import { ssh } from 'webpod'

const $ = ssh('user@host')

const branch = await $`git branch --show-current`
await $`echo ${branch}`

await $`mkdir /tmp/${'foo bar'}`

Installation

npm install webpod
deno install -A -r https://deno.land/x/webpod/webpod.ts

Usage

ssh()

ssh('user@host', {port: 22, options: ['StrictHostKeyChecking=no']})

License

MIT

About

Deploy to your own servers and own cloud ☁️

Topics

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •  
0