You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CLI tool to get your Github profile's stats and summary.
4
+
5
+
## Installation
6
+
7
+
The stable version of this package is maintained on pypi, install using pip:
8
+
9
+
```bash
10
+
pip install ghs
11
+
```
12
+
13
+
## PAT
14
+
15
+
Generate a Github personal access token (https://github.com/settings/tokens) and use the `ghs -t` command to save it in the config file. This will make sure that your private contributions are also considered while generating the stats and the summary.
0 commit comments