JSPM

  • Created
  • Published
  • Downloads 144439
  • Score
    100M100P100Q166021F
  • License MIT

Self-hosted sites

Package Exports

  • webpod
  • webpod/dist/src/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (webpod) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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