diff --git a/_check_ts_progress.sh b/_check_ts_progress.sh new file mode 100755 index 000000000..85b71add8 --- /dev/null +++ b/_check_ts_progress.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash + +cloc HEAD \ + --git --md \ + --include-lang=javascript,typescript \ + --found=filelist.txt \ + --exclude-dir=public,libraries \ No newline at end of file