Skip to content

Commit

Permalink
update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
madjin committed Dec 16, 2024
1 parent 691d94c commit bec51b8
Show file tree
Hide file tree
Showing 22 changed files with 1,440 additions and 72,473 deletions.
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,32 @@ npm run generate

- `npm run build` - Bundle the site generator
- `npm run generate` - Generate the static site


## Data Structure


```json
{
contributor: string,
score: number,
avatar_url: string,
summary: string,
activity: {
code: {
total_commits: number,
total_prs: number,
commits: array,
pull_requests: array
},
issues: {
total_opened: number,
opened: array
},
engagement: {
total_comments: number,
comments: array
}
}
}
```
Loading

0 comments on commit bec51b8

Please sign in to comment.