CLI to sync labels between repositories on GitHub
πββοΈ Made by @abhijithvijayan
β€οΈ it? βοΈ it on GitHub or Tweet about it.
Ensure you have Node.js 10 or later installed. Then run the following:
npm install --global import-github-labels
If you don't want to install the CLI globally, you can use npx
to run the CLI:
npx import-github-labels --help
$ import-github-labels --help
Create GitHub repo from Command-line
Usage
$ import-github-labels [input] [options]
Input
sync Import GitHub labels from a repo to another
Options
-v, --version Show the version and exit with code 0
Examples
$ import-github-labels sync
Go to Personal access tokens
- For unauthenticated requests, the rate limit is 60 requests per hour. See Rate Limiting
- The token must be passed together when asked
Looking to contribute? Look for the Good First Issue label.
Please file an issue here for bugs, missing documentation, or unexpected behavior.
- Shared Eslint & Prettier Configuration -
@abhijithvijayan/eslint-config
- Shared TypeScript Configuration -
@abhijithvijayan/tsconfig
MIT Β© Abhijith Vijayan