abhijithvijayan / import-github-labels-cli

CLI to sync labels between repositories on GitHub

Home Page:https://www.npmjs.com/package/import-github-labels

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

import-github-labels

CLI to sync labels between repositories on GitHub

🙋‍♂️ Made by @abhijithvijayan

Donate: PayPal, Patreon

Buy Me a Coffee


❤️ it? ⭐️ it on GitHub or Tweet about it.

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.

See Bugs

Linting & TypeScript Config

License

MIT © Abhijith Vijayan

About

CLI to sync labels between repositories on GitHub

https://www.npmjs.com/package/import-github-labels

License:MIT License


Languages

Language:TypeScript 95.9%Language:JavaScript 4.1%