Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 329 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 329 Bytes

analyze-code

Simple static analysis tool that prints out language statistics for a file or directory.

Usage:

To show a summary of how many files/lines of different languages:

  npx analyze-code <dir>

To dump a full list of the language and line count of each file:

  npx analyze-code <dir> --raw