mirror of
https://github.com/IonicaBizau/git-stats.git
synced 2025-03-22 00:08:08 +01:00
Link to ghcal
This commit is contained in:
parent
9fb8ee8f0b
commit
ee3f6f4cc0
1 changed files with 18 additions and 1 deletions
19
README.md
19
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.
|
||||
|
||||

|
||||
|
||||
## 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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue