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: 20 days ago
JSON representation
CLI to sync labels between repositories on GitHub
- Host: GitHub
- URL: https://github.com/abhijithvijayan/import-github-labels-cli
- Owner: abhijithvijayan
- License: mit
- Created: 2020-01-09T10:42:51.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-06-15T15:15:27.000Z (over 2 years ago)
- Last Synced: 2024-10-04T13:40:32.023Z (about 1 month ago)
- Topics: cli, cli-app, github, labels, nodejs, npm, typescript
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/import-github-labels
- Size: 561 KB
- Stars: 17
- Watchers: 3
- Forks: 2
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: license
Awesome Lists containing this project
- jimsghstars - abhijithvijayan/import-github-labels-cli - CLI to sync labels between repositories on GitHub (TypeScript)
README
import-github-labels
CLI to sync labels between repositories on GitHub
🙋♂️ Made by @abhijithvijayan
❤️ 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 --helpCreate GitHub repo from Command-line
Usage
$ import-github-labels [input] [options]Input
sync Import GitHub labels from a repo to anotherOptions
-v, --version Show the version and exit with code 0Examples
$ 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)