logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Generate Code Statistics - Tokei Code Analyzer | Online Free DevTools by Hexmos

Generate code statistics with Tokei. Analyze codebase complexity, identify language distribution, and improve code quality. Free online tool, no registration required.

tokei

Display statistics about code. More information: https://github.com/XAMPPRocky/tokei.

  • Display a report for the code in a directory and all subdirectories:

tokei {{path/to/directory}}

  • Display a report for a directory excluding .min.js files:

tokei {{path/to/directory}} {{[-e|--exclude]}} {{*.min.js}}

  • Display statistics for individual files in a directory:

tokei {{path/to/directory}} {{[-f|--files]}}

  • Display a report for all files of type Rust and Markdown:

tokei {{path/to/directory}} {{[-t|--type]}} {{Rust}},{{Markdown}}

See Also