webpod
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i webpod

Homepage

webpod.dev

Weekly Downloads

297,679

Version

1.0.0

License

MIT

Unpacked Size

62.2 kB

Total Files

75

Last publish

Collaborators

  • medv