Jiseoup/showmycode-private-demoPrivate
EN|KO
  • 코드
  • 커밋
  • 풀 리퀘스트
← 목록으로
Merged

feat: add project statistics CLI tool

#3
JiseoupJiseoup · 2026년 6월 13일feat/project-stats-cli → main
feat
개요커밋변경된 파일

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)