Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/seonglae/github-setter
- Owner: seonglae
- Created: 2020-12-02T08:24:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-02T00:03:05.000Z (12 months ago)
- Last Synced: 2024-07-02T04:21:23.129Z (4 months ago)
- Topics: cli, clipanion, funding, gh, github, issue, issue-template, issue-templates, labels, octokit, octokit-js, pr-template, pr-templates, repository, sponsor
- Language: TypeScript
- Homepage:
- Size: 443 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
## Sync .github folder and Issue labels
## 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