VibeHunt
Back to browse

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

Sign in to leave a review.

Loading reviews…

Similar apps