Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```