mirror of
https://github.com/ejwa/gitinspector.git
synced 2024-11-14 07:41:07 +01:00
README.md now includes a note about JSON being supported.
This commit is contained in:
parent
bbe07f061d
commit
b4eb5484ac
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
[![Latest release](https://img.shields.io/github/release/ejwa/gitinspector.svg?style=flat-square)](https://github.com/ejwa/gitinspector/releases/latest)
|
||||
[![License](https://img.shields.io/github/license/ejwa/gitinspector.svg?style=flat-square)](https://github.com/ejwa/gitinspector/blob/master/LICENSE.txt)
|
||||
<h2>
|
||||
<img align="left" height="30px"
|
||||
<img align="left" height="30px"
|
||||
src="https://raw.githubusercontent.com/ejwa/gitinspector/master/gitinspector/html/gitinspector_piclet.png"/>
|
||||
About Gitinspector
|
||||
</h2>
|
||||
|
@ -20,7 +20,7 @@ A full [Documentation](https://github.com/ejwa/gitinspector/wiki/Documentation)
|
|||
* Can display a statistical timeline analysis.
|
||||
* Scans for all filetypes (by extension) found in the repository.
|
||||
* Multi-threaded; uses multiple instances of git to speed up analysis when possible.
|
||||
* Supports HTML, XML and plain text output (console).
|
||||
* Supports HTML, JSON, XML and plain text output (console).
|
||||
* Can report violations of different code metrics.
|
||||
|
||||
### Example outputs
|
||||
|
|
Loading…
Reference in a new issue