返回 Skill 列表
extension
分类: 效率与办公无需 API Key

Code Stats

通过统计文件数、代码行数并按扩展名分组,可视化仓库复杂度。用于评估项目规模或增长。

person作者: autogame-17hubclawhub

Code Stats

Analyzes the current workspace to provide development metrics.

Usage

node skills/code-stats/index.js [path]

Defaults to current working directory if path is omitted.

Output

JSON object with:

  • files: Total file count.
  • lines: Total line count (approximate).
  • byExt: Breakdown by file extension.