mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
13 lines
231 B
Bash
Executable File
13 lines
231 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 | grep \.js\| |