Code Stats

Visualizes repository complexity by counting files, lines of code, and grouping by extension. Use to assess project size or growth.

dvcrn Updated 32 repo stars

File contents

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.

dvcrn/openclaw-skills-marketplace/tree/main/plugins/wanng-ide--code-stats/skills/code-stats commit 27e0a79717

Frequently asked questions

npx skillmds@latest add dvcrn/code-stats-2