LoginSignup
1
1

More than 3 years have passed since last update.

Gitリポジトリのコード量を知る

Posted at

方法

コマンドラインツール「cloc」を使用。
Mac、Windows共に利用可能。ここではMac。

インストール

$ brew install cloc

使い方

基本

コマンドライン上に出力
$ cloc 対象のディレクトリまたはファイル

CSVファイルに出力

$ cloc 対象のディレクトリまたはファイル --csv --out="出力ファイル名.csv"

参考

1
1
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
1
1