1.1.4 • Published 3 years ago

ghcl v1.1.4

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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
1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.0.0

3 years ago