diff --git a/_check_ts_progress.sh b/_check_ts_progress.sh index 3ff5f17e4..424760125 100755 --- a/_check_ts_progress.sh +++ b/_check_ts_progress.sh @@ -1,10 +1,13 @@ #!/usr/bin/env bash cd src/public +echo Summary +cloc HEAD \ + --git --md \ + --include-lang=javascript,typescript + +echo By file cloc HEAD \ --git --md \ --include-lang=javascript,typescript \ - --found=filelist.txt - -grep -R \.js$ filelist.txt -rm filelist.txt \ No newline at end of file + --by-file \ No newline at end of file