New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

beatgit

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

beatgit

A Bash and NodeJS Toolchain that helps you Leverage git.

latest
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source
LicenseSource—»Websitenpm
FPLgithub.com/beatgit/beatgitCircleCIbeatgit.github.io/beatgitbeatgit

beatgit

A Bash and NodeJS Toolchain that helps you Leverage git at a more Abstract Level for a Seamless Workflow with Others.

Usage

Start Your Own Node

require("beatgit").rise({
    "pkey": "<NodeJS compatible Private Key>",
    "attach": "github.com/${GITHUB_USER}/${GITHUB_REPOSITORY}"
}).then(function (TRUNK) {

    // trunk.id ~ Public Globally Unique ID (Public Key based)
    // trunk.connect ~ Abstract Object to handle Communication
    // trunk.fs ~ Globally Distributed Encrypted Filesystem
    // trunk.workspace ~ Local Tools API

    return TRUNK.connect.send(
        "https://github.com/beatgit/beatgit.git",
        TRUNK.fs("${__DIRNAME__}")
    }).then(function () {

        return workspace.open("localhost:$(PORT)");
    });
}).catch(console.error);

Provenance

Original Source Logic under Free Public License by Christoph Dorn since 2017.

FAQs

Package last updated on 27 May 2017

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