https://github.com/scrum/git-del-repos-labels
A tiny helper to del of label in the github repository
https://github.com/scrum/git-del-repos-labels
Last synced: 5 months ago
JSON representation
A tiny helper to del of label in the github repository
- Host: GitHub
- URL: https://github.com/scrum/git-del-repos-labels
- Owner: Scrum
- Created: 2019-08-01T12:33:24.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T17:02:42.000Z (over 3 years ago)
- Last Synced: 2025-10-13T08:45:56.482Z (9 months ago)
- Language: TypeScript
- Homepage:
- Size: 830 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# git-del-repos-labels
> A tiny helper to del of label in the github repository
[](https://travis-ci.org/Scrum/git-del-repos-labels)[](https://coveralls.io/r/Scrum/git-del-repos-labels)
## Install
```bash
npm install git-del-repos-labels
```
## Usage
```js
import gitDelReposLabels from 'git-del-repos-labels';
gitDelReposLabels({label: {id: 'MDU6TGFiZWwzODg4NTI4Mzc='}, token: '0e8a604e0ee6e2c652b3a93c55dbc440ea6ad4e5'});
```
> will be delete label in repository
## API
#### `label`
Type: `object` **`Required`**
Default: `undefined`
Description: *label del options `{id: string}` when `{id}` are required*
#### `token`
Type: `String` **`Required`**
Default: `undefined`
Description: *You Github Personal Token. Grab it from your [Developer settings](https://github.com/settings/developers)*
## Recommend
- [git-get-repos-labels](https://github.com/Scrum/git-get-repos-labels) - A iny helper to get a list of labels from the github repository