features/直下の各featureのボリュームを概観する
https://gyazo.com/68c06686c70e1a9d89f87695b9a0126f
べんり〜〜〜
簡易的にやるなこんなイメージ
$ find . -name "*.ts" -o -name "*.tsx" | xargs wc -l | awk '{print $1, $2}' | awk -F'/' '{counts$2+=$1} END {for (dir in counts) print countsdir, dir}' | sort -nr