You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not quite sure if code counting tools fall into this bucket of comparable to wc, but I suspect many have chained grep with wc to get estimates of codebase size, so not sure where else they would go.
Not quite sure if code counting tools fall into this bucket of comparable to wc, but I suspect many have chained grep with wc to get estimates of codebase size, so not sure where else they would go.
https://github.com/AlDanial/cloc/ (the OG)
https://dwheeler.com/sloccount/
https://github.com/XAMPPRocky/tokei/
https://github.com/boyter/scc/
https://github.com/cgag/loc/
https://github.com/hhatto/gocloc/
https://github.com/vmchale/polyglot/