0.0.2-dev.9a9e958 • Published 3 years ago

webpod v0.0.2-dev.9a9e958

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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