Notes/_check_ts_progress.sh

7 lines
154 B
Bash
Raw Normal View History

#!/usr/bin/env bash
cloc HEAD \
--git --md \
--include-lang=javascript,typescript \
--found=filelist.txt \
--exclude-dir=public,libraries