Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 765 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 765 Bytes

GitHub Issue Tools

Version License Versions

What Does This Do

...

How Do You Use It

pip install github-issues-tools

Once installed, just follow the useful CLI prompts.

$ github-issues-tools -h
usage: github-issues-tools [-h] {export-labels,copy-labels} ...

positional arguments:
  {export-labels,copy-labels}
    export-labels       Export all labels from a repository.
    copy-labels         Copies labels from one repository to another.

optional arguments:
  -h, --help            show this help message and exit