mirror of
https://github.com/bakhirev/assayo.git
synced 2025-09-02 02:29:48 +00:00
update
This commit is contained in:
parent
c1c29c0628
commit
b77bead035
1 changed files with 7 additions and 0 deletions
|
@ -48,6 +48,7 @@ Visualization and analysis of git commit statistics. Performance tool for Team L
|
||||||
- [Use the library PHP](#link-14)
|
- [Use the library PHP](#link-14)
|
||||||
- [Use the library Python](#link-15)
|
- [Use the library Python](#link-15)
|
||||||
- [Use the library Ruby](#link-16)
|
- [Use the library Ruby](#link-16)
|
||||||
|
- [Use the library Goland](#link-165)
|
||||||
- [Use source code](#link-17)
|
- [Use source code](#link-17)
|
||||||
- [How to rebuild the HTML report from source code?](#link-18)
|
- [How to rebuild the HTML report from source code?](#link-18)
|
||||||
- [How to view a report on a group of microservices?](#link-19)
|
- [How to view a report on a group of microservices?](#link-19)
|
||||||
|
@ -95,6 +96,12 @@ Ruby:
|
||||||
gem install assayo
|
gem install assayo
|
||||||
assayo
|
assayo
|
||||||
```
|
```
|
||||||
|
Goland:
|
||||||
|
```
|
||||||
|
go get github.com/bakhirev/assayo
|
||||||
|
go install github.com/bakhirev/assayo
|
||||||
|
assayo
|
||||||
|
```
|
||||||
The script will create a folder `./assayo` with a report about repository:
|
The script will create a folder `./assayo` with a report about repository:
|
||||||
```
|
```
|
||||||
./assayo/index.html - report
|
./assayo/index.html - report
|
||||||
|
|
Loading…
Add table
Reference in a new issue