Awesome
<h1 align="center">import-github-labels</h1> <p align="center">CLI to sync labels between repositories on GitHub</p> <div align="center"> <a href="https://www.npmjs.com/package/import-github-labels"> <img src="https://img.shields.io/npm/v/import-github-labels" alt="NPM" /> </a> <a href="https://travis-ci.com/abhijithvijayan/import-github-labels-cli"> <img src="https://travis-ci.com/abhijithvijayan/import-github-labels-cli.svg?branch=main" alt="Travis Build" /> </a> </a> <a href="https://david-dm.org/abhijithvijayan/import-github-labels-cli"> <img src="https://img.shields.io/david/abhijithvijayan/import-github-labels-cli.svg?colorB=orange" alt="DEPENDENCIES" /> </a> <a href="https://github.com/benawad/destiny"> <img src="https://img.shields.io/badge/file%20structure-destiny-7a49ff?style=flat" alt="FILE STRUCTURE: destiny" /> </a> <a href="https://github.com/abhijithvijayan/import-github-labels-cli/blob/main/license"> <img src="https://img.shields.io/github/license/abhijithvijayan/import-github-labels-cli.svg" alt="LICENSE" /> </a> <a href="https://twitter.com/intent/tweet?text=Check%20out%20import-github-labels%21%20by%20%40_abhijithv%0A%0ACLI%20to%20sync%20labels%20between%20repositories%20on%20GitHub%0Ahttps%3A%2F%2Fgithub.com%2Fabhijithvijayan%2Fimport-github-labels%0A%0A%23github%20%23labels%20%23sync%20%23cli%20%23node%20%23typescript"> <img src="https://img.shields.io/twitter/url/http/shields.io.svg?style=social" alt="TWEET" /> </a> </div> <h3 align="center">🙋♂️ Made by <a href="https://twitter.com/_abhijithv">@abhijithvijayan</a></h3> <p align="center"> Donate: <a href="https://www.paypal.me/iamabhijithvijayan" target='_blank'><i><b>PayPal</b></i></a>, <a href="https://www.patreon.com/abhijithvijayan" target='_blank'><i><b>Patreon</b></i></a> </p> <p align="center"> <a href='https://www.buymeacoffee.com/abhijithvijayan' target='_blank'> <img height='36' style='border:0px;height:36px;' src='https://bmc-cdn.nyc3.digitaloceanspaces.com/BMC-button-images/custom_images/orange_img.png' border='0' alt='Buy Me a Coffee' /> </a> </p> <hr />❤️ it? ⭐️ it on GitHub or Tweet about it.
<img src="demo.gif" width="752">Table of Contents
Installation
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
Usage
$ 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
FAQs
Generate new token
Go to Personal access tokens
Why do I need a token
- For unauthenticated requests, the rate limit is 60 requests per hour. See Rate Limiting
- The token must be passed together when asked
Issues
Looking to contribute? Look for the Good First Issue label.
🐛 Bugs
Please file an issue here for bugs, missing documentation, or unexpected behavior.
Linting & TypeScript Config
- Shared Eslint & Prettier Configuration -
@abhijithvijayan/eslint-config
- Shared TypeScript Configuration -
@abhijithvijayan/tsconfig
License
MIT © Abhijith Vijayan