mirror of https://github.com/TriliumNext/Notes
server-ts: Add script to check progress
parent
6f0659c03c
commit
8af5434462
@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
cloc HEAD \
|
||||
--git --md \
|
||||
--include-lang=javascript,typescript \
|
||||
--found=filelist.txt \
|
||||
--exclude-dir=public,libraries
|
||||
Loading…
Reference in New Issue