Skip to content

Commit ee3f6f4

Browse files
committed
Link to ghcal
1 parent 9fb8ee8 commit ee3f6f4

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22
# `$ git-stats`
33
A GitHub-like contributions calendar, but locally, with all your git commits.
44

5-
## Installation
5+
BTW, these are my all my real commits in the last year.
6+
7+
![](http://i.imgur.com/LfLJAaE.png)
68

9+
## Installation
710
```sh
811
$ npm install -g git-stats
912
```
@@ -118,6 +121,20 @@ $ npm install
118121
$ ./start
119122
```
120123

124+
### See the GitHub Contributions calendar
125+
There is a solution for that, too! :smile: It's called [`ghcal`](https://github.com/IonicaBizau/ghcal).
126+
127+
```sh
128+
# Install ghcal
129+
$ npm install -g ghcal
130+
131+
# Checkout my contributions
132+
$ ghcal ionicabizau
133+
```
134+
135+
Fore more detailed documentation checkout the repository: https://github.com/IonicaBizau/ghcal.
136+
137+
121138
## Documentation
122139
If you want to use this as module, this is possible. See the content below.
123140

0 commit comments

Comments
 (0)