https://github.com/brandonxlf/repo-overseer
View issues and pull requests in all your GitHub repositories.
https://github.com/brandonxlf/repo-overseer
github github-tools tools
Last synced: 2 months ago
JSON representation
View issues and pull requests in all your GitHub repositories.
- Host: GitHub
- URL: https://github.com/brandonxlf/repo-overseer
- Owner: BrandonXLF
- Created: 2024-07-02T02:49:45.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-07T02:07:50.000Z (11 months ago)
- Last Synced: 2025-08-07T03:33:27.851Z (11 months ago)
- Topics: github, github-tools, tools
- Language: TypeScript
- Homepage: https://www.brandonfowler.me/repo-overseer/
- Size: 728 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Repo Overseer
## View issues and pull requests in all your GitHub repositories.

Repo Overseer allows you to view open issues and pull requests for all repositories owned by a user or organization. It can be accessed from https://www.brandonfowler.me/repo-overseer/.
## Development
### Requirements
node.js, npm, php
### Commands
Install dependencies using `npm install`. Once installed, the app can be launched in development mode by running `npm start`. It can be viewed by opening [http://localhost:3000](http://localhost:3000) in your browser. To build a production build, run `npm run build`. Use `npm run format` to format the code base.
### OAuth
To enable GitHub login, a OAuth app will need to be created. See [Creating an OAuth app](https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/creating-an-oauth-app).
### Configuration
Both `.config.php` and an local `.env` file should be populated with configuration values. See `.config.example.php` and `.env` for details. See [Adding Custom Environment Variables](https://create-react-app.dev/docs/adding-custom-environment-variables) for details in creating local `.env` files.