2 مستودعات
Tools that calculate total lines of code, comments, and blank spaces to determine project scale.
Distinct from Code Line Numbering: None of the candidates were suitable; this focuses on codebase-wide metrics rather than line numbering for display.
Explore 2 awesome GitHub repositories matching development tools & productivity · Codebase Size Analyzers. Refine with filters or upvote what's useful.
Tokei is a command-line utility designed to analyze the composition of software projects by calculating the volume of source code, comments, and blank lines. It provides detailed metrics on codebase size and structure, allowing users to audit project distribution across multiple programming languages. The tool distinguishes itself through high-performance analysis capabilities that handle complex syntax, including nested comments and string literals. It utilizes parallel directory traversal and memory-mapped file access to process large codebases efficiently, while employing a centralized con
Calculates the total number of lines, comments, and blank spaces to determine the overall size and scale of a codebase.
Scc is a codebase analysis tool written in Go that calculates source lines of code, blank lines, and comments across hundreds of programming and markup languages. It functions as a source code metric engine, software complexity analyzer, and cost estimator. The project differentiates itself by providing a COCOMO cost estimator to predict development effort and financial costs, alongside tools to estimate the cost of regenerating a codebase using large language models. It also includes a Git repository metrics tool that correlates commit history with codebase metrics to identify hotspots, trac
Generates HTML infographics and SVG badges to visualize project health, ownership, and size.