awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesCyclomatic Complexity Approximators

Tools that estimate software complexity by scanning for control-flow keywords and operators.

Distinct from Code Complexity: Distinct from general Code Complexity: specifically implements keyword-based approximation rather than full AST analysis.

Explore 1 awesome GitHub repository matching part of an awesome list · Cyclomatic Complexity Approximators. Refine with filters or upvote what's useful.

Awesome Cyclomatic Complexity Approximators GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • boyter/sccboyter 的头像

    boyter/scc

    8,469在 GitHub 上查看↗

    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

    Estimates cyclomatic complexity by scanning source code for language-specific control flow keywords.

    Goclicloccode
    在 GitHub 上查看↗8,469
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Code Complexity
  5. Cyclomatic Complexity Approximators