mirror of
https://github.com/IonicaBizau/git-stats.git
synced 2024-12-22 13:22:11 +01:00
Updated docs
This commit is contained in:
parent
358ab94023
commit
11c37ae513
3 changed files with 9 additions and 4 deletions
|
@ -36,6 +36,7 @@ You can install the package globally and use it as command line tool:
|
||||||
```sh
|
```sh
|
||||||
# Install the package globally
|
# Install the package globally
|
||||||
npm i -g git-stats
|
npm i -g git-stats
|
||||||
|
|
||||||
# Initialize git hooks
|
# Initialize git hooks
|
||||||
# This is for tracking the new commits
|
# This is for tracking the new commits
|
||||||
curl -s https://raw.githubusercontent.com/IonicaBizau/git-stats/master/scripts/init-git-post-commit | bash
|
curl -s https://raw.githubusercontent.com/IonicaBizau/git-stats/master/scripts/init-git-post-commit | bash
|
||||||
|
@ -241,10 +242,14 @@ Cygwin Terminal is known to work, while Windows Command Prompt and Git Bash do n
|
||||||
## :clipboard: Example
|
## :clipboard: Example
|
||||||
|
|
||||||
|
|
||||||
Here is an example how to use this package as library. To install it locally, as library, you can do that using `npm`:
|
Here is an example how to use this package as library. To install it locally, as library, you can do that using `npm` (or `yarn`):
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ npm i --save git-stats
|
# Using npm
|
||||||
|
npm install --save git-stats
|
||||||
|
|
||||||
|
# Using yarn
|
||||||
|
yarn add git-stats
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "git-stats",
|
"name": "git-stats",
|
||||||
"version": "2.10.8",
|
"version": "2.10.9",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -286,4 +286,4 @@
|
||||||
"bloggify.json",
|
"bloggify.json",
|
||||||
"bloggify/"
|
"bloggify/"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue