Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jianyuan/gh-repo-settings
A tool that standardizes configurations, permissions, and settings across my GitHub projects.
https://github.com/jianyuan/gh-repo-settings
bun github github-config
Last synced: 2 days ago
JSON representation
A tool that standardizes configurations, permissions, and settings across my GitHub projects.
- Host: GitHub
- URL: https://github.com/jianyuan/gh-repo-settings
- Owner: jianyuan
- License: mit
- Created: 2024-04-03T19:46:57.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-12-13T13:05:35.000Z (28 days ago)
- Last Synced: 2024-12-13T14:19:04.730Z (28 days ago)
- Topics: bun, github, github-config
- Language: TypeScript
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gh-repo-settings
A tool that standardizes configurations, permissions, and settings across my GitHub projects.
This tool uses `bun` and the GitHub CLI `gh` executable. You must already be authenticated via `gh auth login` before using the tool.
To install dependencies:
```bash
bun install
```To run:
```bash
bun run index.ts
```