Jiseoup/showmycode-private-demoPrivate
EN|KO
  • Code
  • Commits
  • Pull Requests
← Back to list
Merged

feat: add project statistics CLI tool

#3
JiseoupJiseoup · Jun 13, 2026feat/project-stats-cli → main
feat
OverviewCommitsFiles changed

What & Why

Add a CLI tool that scans a directory and reports file counts, lines of code, and size breakdown by extension and directory. Supports optional JSON export.

Related Issue

N/A

How to Verify

  1. Run node src/index.js . and confirm statistics are printed
  2. Run node src/index.js . output/report.json and confirm JSON file is created

Checklist

  • PR title follows Conventional Commits
  • Translations added to both locales/ko.json and locales/en.json (if UI text changed)
  • Tested on mobile viewport (if UI changed)