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
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
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!)