Wednesday, 25 April 2012

Count Lines of Code

There's a very useful free open source tool available to count the lines of code of your project.
It's called "CLOC" (http://cloc.sourceforge.net/)
It's a very simple tool.
Just download the tool and copy it to the directory/path of your source tree.
Execute the following command in command prompt to get the results:


cloc-1.52 --quiet --report-file=Loc.log *

No comments:

Post a Comment