cloc
Code counter
A tool to count lines of code in various programming languages and file types
cloc counts blank lines, comment lines, and physical lines of source code in many programming languages.
20k stars
214 watching
1k forks
Language: Perl
last commit: 19 days ago
Linked from 2 awesome lists
cloccount-linesprogramming-language
Related projects:
Repository | Description | Stars |
---|---|---|
boyter/scc | Fast code counter with complexity calculations and COCOMO estimates written in pure Go. | 6,760 |
joaodanielrufino/gcloc | A tool to count lines of code in various programming languages and file formats. | 30 |
cgag/loc | A Rust implementation of a line-of-code counting tool with improved performance compared to existing alternatives. | 2,325 |
flosse/sloc | A tool to analyze and report on the size of source code in various programming languages | 945 |
sgade/atom-sloc | An Atom package that displays line counts in the statusbar. | 9 |
asciidisco/sloccount | Analyzes code files and reports line counts of specific languages in a standard format. | 6 |
geriatricjacob/line-count | A package for Atom editor that displays line counts and source file information for projects. | 34 |
hhatto/gocloc | A tool for measuring the complexity of software code in various programming languages. | 808 |
clj-commons/marginalia | Generates documentation for Clojure projects by parsing and highlighting source code | 824 |
orangeduck/buildyourownlisp | Build a simple programming language in under 1000 lines of code using HTML and C. | 2,925 |
cirru/sepal.clj | Generates Clojure code from EDN vectors | 31 |
clojure-emacs/cider | An Emacs extension that enables interactive Clojure development with support for compilation, debugging and code completion. | 3,550 |
clojure-cookbook/clojure-cookbook | A comprehensive resource for learning Clojure and solving common programming tasks | 2,595 |
clibs/clib | Provides a package manager for C libraries to simplify installation and usage of third-party libraries | 4,874 |
clj-commons/kibit | A static code analyzer for Clojure and other languages that suggests improvements to make code more idiomatic and efficient. | 1,764 |