pyzh / song

[又]一个硬核FP论坛;索引->type=source
https://github.com/program-in-chinese/overview/issues/68
9 stars 1 forks source link

统计line of code 的方法汇总 #31

Open 4b5ent1 opened 5 years ago

4b5ent1 commented 5 years ago

powershell:

(gci -include *.ts,*.js -recurse | select-string .).Count