Skip to content

antongolub-forks/webpod

This branch is 8 commits behind webpod/webpod:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

df7730c · Jul 14, 2023

History

65 Commits
Jun 14, 2023
Jul 14, 2023
Jun 16, 2023
Jun 13, 2023
Feb 19, 2023
Feb 27, 2023
Jun 19, 2023
Jul 13, 2023
Jul 14, 2023

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%