mirror of
https://github.com/tomgi/git_stats.git
synced 2024-11-17 17:15:22 +01:00
readme update
This commit is contained in:
parent
52c5361448
commit
e3ae7a48c6
1 changed files with 2 additions and 2 deletions
|
@ -16,12 +16,12 @@ It browses the repository and outputs html page with some statistics.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
# Generator
|
### Generator
|
||||||
|
|
||||||
$ git_stats repo_path output_directory
|
$ git_stats repo_path output_directory
|
||||||
$ favorite_browser output_directory/index.html
|
$ favorite_browser output_directory/index.html
|
||||||
|
|
||||||
# API usage example
|
### API usage example
|
||||||
|
|
||||||
> repo = GitStats::GitData::Repo.new(path: '.')
|
> repo = GitStats::GitData::Repo.new(path: '.')
|
||||||
> repo.authors
|
> repo.authors
|
||||||
|
|
Loading…
Reference in a new issue