Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/seonglae/github-setter


https://github.com/seonglae/github-setter

cli clipanion funding gh github issue issue-template issue-templates labels octokit octokit-js pr-template pr-templates repository sponsor

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

## Sync .github folder and Issue labels

Language grade: JavaScript

## Run

```bash
pnpm i -g github-setter
gh-setter
# create .github folder
gh-setter --token $GH_TOKEN --owner $GH_OWNER --folder .github

# change labels
gh-setter labels --token $GH_TOKEN --owner $GH_USER

# change branch protection
gh-setter branch protection --token $GH_TOKEN --owner $GH_USER
```

## module

```ts
import { GithubCommand } from "github-setter";
```

## Warn
maximum repo update is 100
this might be updated