import-github-labels-cli
Sync labels between Github repos.
A command‑line tool that copies issue labels from one GitHub repository to another. Users invoke the program with a source and destination repository, and it creates any missing labels in the target to matching the names and colors of the source. The utility requires a personal access token to avoid unauthenticated rate limits and works with Node.js 10 or newer, available via npm or npx.
It is aimed at developers and teams that manage multiple repositories and want a consistent labeling scheme without manually recreating labels. The CLI handles the GitHub API calls needed for fetching and creating labels, and includes options for version display and help.
The project is packaged as an open‑source MIT‑licensed npm module, with continuous‑integration build status badges, dependency tracking, and contribution guidelines that point to “good first issue” tags. It is written in TypeScript and follows shared linting and TypeScript configurations.
Reviews
Loading reviews…
Similar apps
Version Control & Git
git-labelmaker
Edit GitHub labels.

Version Control & Git
gitmoji-cli
Use emoji in commit messages.
Version Control & Git
gitlab-cli
Create GitLab merge requests.

Version Control & Git
CLI GitHub
Fancy GitHub client.

DevOps & Infrastructure
release
Generate changelogs with a single command.

Version Control & Git
add-gitignore
Interactively generate a .gitignore for your project based on your needs.