GitStats is a lightweight ElectronJS app that allows you to view stats about GitHub issues on various repositories. This was created in 2023 for my High School IB Computer Science IA Project.
This branch is open for contributions.
Running the code:
> cd GitStats/src
> npm install
> npm run full-build
> npm run start
I recommend you create a userdata.json
file inside the src
directory, so that it can be copied inside the dist
foler on build. Here's a sample userdata.json
file:
{
"usertoken":"your token",
"savedrepos":["megamaz/GitStats"]
}
- Completely open filtering for data. This means...
- Ability to view data for
- Issues
- Pull Requests
- Contributors
- Commits
- And possibly more.
- Ability to filter from those data.
- Issues / PR:
- Labels
- Assignee
- Issue / PR Type
- Issues / PR:
- Ability to view data for
- Ability to export the data as a CSV file.
- I am not a frontend designer. The current frontend may not look best, but that's simply not what I do. If someone wants to PR something better, I would really appreciate it.