0.0.8 • Published 2 years ago

analyze-code v0.0.8

Weekly downloads
11
License
MIT
Repository
github
Last release
2 years ago

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
0.0.8

2 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.3

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago