Open Source Software to count lines of code
I wanted to count the number of lines of code for java /jsp/ javascript etc files in my project. Unix word count (wc) tool could have given me the results with some amount of scripting, but thought let me search for some open source tool which gives results in graphical format. Quick search resulted in this neat tool called CLOC – Count Lines of Code.
I really liked the tool - because
- Usage is simple
- Very fast
- Neat report - gives results categorized by file types like java/javascript/css etc
Giving below sample result from the tool -
Categories :
Tools