0.1.8 • Published 3 years ago

cp-gh-label v0.1.8

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

cp-gh-label

A small CLI tool to copy labels from a GitHub repository to another.

Usage

Three arguments are required:

  1. SRC_REPO: in the form OWNER/REPO
  2. DEST_REPO: in the form OWNER/REPO
  3. GITHUB_PAT: use a GitHub Personal Access Token with the repo scope (this token must have read/write access to both the source and destination repositories)
# Usage:
npx cp-gh-label SRC_REPO DEST_REPO --pat=GITHUB_PAT

# Example:
npx cp-gh-label AaronCQL/cp-gh-label AaronCQL/hello --pat=ghp_XXXXX
0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago