Skip to content

antongolub-forks/webpod

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 92.9%
  • JavaScript 6.1%
  • Dockerfile 1.0%