Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/abhijithvijayan/import-github-labels-cli

CLI to sync labels between repositories on GitHub
https://github.com/abhijithvijayan/import-github-labels-cli

cli cli-app github labels nodejs npm typescript

Last synced: about 2 months ago
JSON representation

CLI to sync labels between repositories on GitHub

Lists

README

        

import-github-labels


CLI to sync labels between repositories on GitHub




NPM


Travis Build



DEPENDENCIES


FILE STRUCTURE: destiny


LICENSE


TWEET


🙋‍♂️ Made by @abhijithvijayan



Donate:
PayPal,
Patreon




Buy Me a Coffee



❤️ it? ⭐️ it on [GitHub](https://github.com/abhijithvijayan/import-github-labels-cli/stargazers) or [Tweet](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) about it.

## Table of Contents

- [Installation](#installation)
- [Usage](#usage)
- [FAQs](#faqs)
- [Issues](#issues)
- [🐛 Bugs](#-bugs)
- [LICENSE](#license)

## Installation

Ensure you have [Node.js](https://nodejs.org) 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](https://github.com/settings/tokens)

### Why do I need a token

- For unauthenticated requests, the rate limit is 60 requests per
hour.
See [Rate Limiting](https://developer.github.com/v3/#rate-limiting)
- The token must be passed together when asked

## Issues

_Looking to contribute? Look for the [Good First Issue](https://github.com/abhijithvijayan/import-github-labels-cli/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3A%22good+first+issue%22)
label._

### 🐛 Bugs

Please file an issue [here](https://github.com/abhijithvijayan/import-github-labels-cli/issues/new) for bugs, missing documentation, or unexpected behavior.

[**See Bugs**](https://github.com/abhijithvijayan/import-github-labels-cli/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3A%22type%3A+bug%22)

### Linting & TypeScript Config

- Shared Eslint & Prettier Configuration - [`@abhijithvijayan/eslint-config`](https://www.npmjs.com/package/@abhijithvijayan/eslint-config)
- Shared TypeScript Configuration - [`@abhijithvijayan/tsconfig`](https://www.npmjs.com/package/@abhijithvijayan/tsconfig)

## License

MIT © [Abhijith Vijayan](https://abhijithvijayan.in)