0
0

More than 3 years have passed since last update.

git-of-theseus で github の repository を可視化してみる方法

Posted at

方法

pip3 install git-of-theseus
git clone git@github.com:boto/boto3.git
cd boto3
git checkout master
git-of-theseus-analyze ./
git-of-theseus-stack-plot cohorts.json
git-of-theseus-survival-plot survival.json
open stack_plot.png
open survival_plot.png 

とやると下記のような png ができる。

stack_plot.png

Appendix

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0