Notes/_check_ts_progress.sh
2024-08-04 13:55:51 +03:00

13 lines
217 B
Bash
Executable File

#!/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 \
--by-file