mirror of
https://github.com/IonicaBizau/git-stats.git
synced 2024-12-22 21:32:10 +01:00
Docs
This commit is contained in:
parent
f360f23c3b
commit
c580559d01
1 changed files with 4 additions and 15 deletions
13
README.md
13
README.md
|
@ -2,12 +2,9 @@
|
|||
A GitHub-like contributions calendar, but locally, with all your git commits.
|
||||
|
||||
## Installation
|
||||
Run the following commands to download and install the application:
|
||||
|
||||
```sh
|
||||
$ git clone https://github.com/IonicaBizau/git-stats.git git-stats
|
||||
$ cd git-stats
|
||||
$ npm install
|
||||
$ npm install -g git-stats
|
||||
```
|
||||
|
||||
## Documentation
|
||||
|
@ -22,9 +19,6 @@ Records a new commit.
|
|||
|
||||
- **Function** `callback`: The callback function.
|
||||
|
||||
### Return
|
||||
- ****
|
||||
|
||||
## `get(data, callback)`
|
||||
Gets the git stats.
|
||||
|
||||
|
@ -32,11 +26,6 @@ Gets the git stats.
|
|||
- **Object** `data`: The stats filter. **Not yet implemented**.
|
||||
- **Function** `callback`: The callback function.
|
||||
|
||||
### Return
|
||||
- ****
|
||||
|
||||
|
||||
|
||||
## How to contribute
|
||||
|
||||
1. File an issue in the repository, using the bug tracker, describing the
|
||||
|
|
Loading…
Reference in a new issue