Socket
Socket
Sign inDemoInstall

ghcl-bin

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ghcl-bin

Opinionated wrapper around `git clone`, that keeps your repos in structure.


Version published
Weekly downloads
9
Maintainers
1
Weekly downloads
 
Created
Source

GitHub Clone

Opinionated wrapper around git clone, that keeps your repos in structure.

Usage

ghcl myorg/myrepo # checkouts a repo into ~/Dev/@myorg/repo
ghcl "myorg/*" # checkouts all @myorg repos into ~/Dev/@myorg/*
ghcl "**" # checkouts all your repos into ~/Dev/@org/repo
ghcl "**" --dry # dry run

Configuration

git clone works over ssh, just check that it's configured properly. And you need to set the env vars below:

export GITHUB_TOKEN=***;
export GITHUB_USERNAME=***;

Installation

npm istall -g ghcl
yarn global add ghcl

FAQs

Package last updated on 19 Feb 2021

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc