Line of code statistics tool_cloc

Download and run:

Download the stable release version from Github:

Releases · AlDanial/cloc · GitHub

Download the exe file directly, place it in the folder where the statistical code is needed, and run it with cmd or powershell:

cloc-1.96.exe. (Note. There is a space before)

.\cloc-1.96.exe . (Note. There is a space before)

Actual running results:

Take the statistics of unreal source code lines as an example:

unreal5.1 source code statistics (24171821 ):

Guess you like

Origin blog.csdn.net/weixin_45728126/article/details/129749837