server-ts: Add script to check progress

pull/13/head
Elian Doran 2024-02-17 12:33:34 +07:00
parent 6f0659c03c
commit 8af5434462
No known key found for this signature in database
1 changed files with 7 additions and 0 deletions

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