File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 22# ` $ git-stats `
33A 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
122139If you want to use this as module, this is possible. See the content below.
123140
You can’t perform that action at this time.
0 commit comments