cloc (Count Lines Of Code) counts, and computes differences of, comment lines, blank lines, and physical lines of source code in many programming languages.
cloc is now being developed at https://github.com/AlDanial/cloc
Features
- Count lines of code, comments, blanks in many programming languages.
- Compute differences in lines of code and comments between two versions of a code base.
License
GNU General Public License version 2.0 (GPLv2)Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
-
Fantastic - just what I was looking for. Nice breakdown of all source code in a directory by language, listing lines of code, blank lines and comment lines, with total, and a per-language file count. Really easy to use as well - just point it at your source directory.
-
It worked wonderfully on my MATLAB project. Thank you!
-
It just works
-
Quite useful tool! I'm fond of its multi-platform support!
-
Since for C# it is not possible to ignore "*.Designer.cs" files it isn't very useful for .NET! But it seems to be fine for C/C++. Why the hell is the .exe file so huge? (11 MB!)