Skip to content

v0.2.1 - Initial Public Release

Choose a tag to compare

@mikeckennedy mikeckennedy released this 08 Feb 19:04
· 23 commits to main since this release

0.2.1 - 2026-02-08

Initial release.

A CLI tool that scans a project directory and reports codebase size by language, showing raw line counts and effective lines (excluding comments and blanks), grouped into categories: Code, Design, Docs, Specs, and Data.

  • 40+ language definitions with per-language comment detection
  • Gitignore-aware directory traversal
  • Automatic spec directory detection
  • Interactive TUI setup wizard for project configuration
  • Rich terminal output with colored per-language stats, category totals, and percentage bars