Latest Threat ResearchGlassWorm Loader Hits Open VSX via Developer Account Compromise.Details
Socket
Book a DemoInstallSign in
Socket

docker-over-ssh

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docker-over-ssh

Push docker containers efficiently over abitrary streams, e.g. ssh

Source
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

docker-over-ssh

A template for npm packages built in TypeScript

Setting Up the New Repo

  • Hit "Use This Template" to create the repository
  • Enable CircleCI
  • Enable semantic-pull-requests
  • In Settings
    • Disable "Wikis"
    • Disable "Projects"
    • Disable "Allow merge commits"
    • Disable "Allow rebase merging"
    • Enable "Automatically delete head branches"
  • Create a new branch
  • Commit initial code to the branch (be sure to replace all refernces to docker-over-ssh, and remove these instructions from the README)
  • Push the new branch and create a PR
  • In Settings -> Branch Protection, create a new rule
    • Use "master" as the branch name pattern
    • Enable "Require status checks to pass before merging"
    • Select the unit tests as required
    • Enable "Include administrators"
    • Enable "Restrict who can push to matching branches"
  • Merge the PR

Installation

yarn add @forbeslindesay/npm-pa ckage-template

Usage

import add from '@forbeslindesay/docker-over-ssh';

const result = add(2, 3);
// => 5

FAQs

Package last updated on 08 Nov 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts