0.1.8 • Published 2 years ago

cp-gh-label v0.1.8

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago