quaelin / analyze-code

Static code analysis tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Static code analysis tool


Languages

Language:JavaScript 100.0%