1.2.0 • Published 7 years ago

gh-stats v1.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Github Stats Utility

This node command-line utility can be used to count total number of stars and forks for a user. You can also use it to compare your stats with other Github users or organization.

Before you can use it, you have to install it.

$ npm install -g gh-stats

You can then run the following command to compare yourself with other Git users or organization.

$  gh-stats shekhargulati google facebook
...................................................
┌───────────────┬────────────────────┬─────────────┬─────────────┐
│ User          │ Total Repositories │ Total Stars │ Total Forks │
├───────────────┼────────────────────┼─────────────┼─────────────┤
│ shekhargulati │ 235                │ 13341       │ 2586        │
├───────────────┼────────────────────┼─────────────┼─────────────┤
│ google        │ 1087               │ 609359      │ 116984      │
├───────────────┼────────────────────┼─────────────┼─────────────┤
│ facebook      │ 173                │ 552892      │ 90634       │

The CLI also supports Github personal access tokens in case you face Github API limit issue.

$ gh-stats shekhargulati -t 8ca1annjnjnknkjnkf807faf30bb2ddferfera11
1.2.0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago