From ee3f6f4cc010ff142b45b4cd039bb5e8c9167c07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionic=C4=83=20Biz=C4=83u?= Date: Mon, 9 Feb 2015 15:39:24 +0200 Subject: [PATCH] Link to ghcal --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 88629ed..8006dce 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,11 @@ # `$ git-stats` A GitHub-like contributions calendar, but locally, with all your git commits. -## Installation +BTW, these are my all my real commits in the last year. +![](http://i.imgur.com/LfLJAaE.png) + +## Installation ```sh $ npm install -g git-stats ``` @@ -118,6 +121,20 @@ $ npm install $ ./start ``` +### See the GitHub Contributions calendar +There is a solution for that, too! :smile: It's called [`ghcal`](https://github.com/IonicaBizau/ghcal). + +```sh +# Install ghcal +$ npm install -g ghcal + +# Checkout my contributions +$ ghcal ionicabizau +``` + +Fore more detailed documentation checkout the repository: https://github.com/IonicaBizau/ghcal. + + ## Documentation If you want to use this as module, this is possible. See the content below.