1
0
Fork 0
mirror of https://github.com/IonicaBizau/git-stats.git synced 2025-03-23 00:38:00 +01:00

Link to ghcal

This commit is contained in:
Ionică Bizău 2015-02-09 15:39:24 +02:00
parent 9fb8ee8f0b
commit ee3f6f4cc0

View file

@ -2,8 +2,11 @@
# `$ git-stats` # `$ git-stats`
A GitHub-like contributions calendar, but locally, with all your git commits. 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 ```sh
$ npm install -g git-stats $ npm install -g git-stats
``` ```
@ -118,6 +121,20 @@ $ npm install
$ ./start $ ./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 ## Documentation
If you want to use this as module, this is possible. See the content below. If you want to use this as module, this is possible. See the content below.