プロジェクトの実績まとめ
やりたいこと
こんな感じのまとめを作る
使うもの
必要なもの
Docker がインストールされていればOK
GitStats
code:Dockerfile
FROM ubuntu:latest
RUN apt-get update -qq && apt-get install -qq gitstats python gnuplot gnuplot-x11 gnuplot-doc && apt-get clean
code:shell
docker run --rm -it -v $(pwd):/tmp/work gitstats bash
gitstats vim-iced out
Hercules
Project burndown
$ docker run --rm srcd/hercules hercules --burndown --pb https://github.com/liquidz/vim-iced | docker run --rm -i -v $(pwd):/io srcd/hercules labours -f pb -m burndown-project -o /io/burndown.png Added vs changed lines through time
$ docker run --rm srcd/hercules hercules --devs --pb https://github.com/liquidz/vim-iced | docker run --rm -i -v $(pwd):/io srcd/hercules labours -f pb -m old-vs-new -o /io/old-vs-new.png