Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/quaelin/analyze-code

Static code analysis tool
https://github.com/quaelin/analyze-code

Last synced: 3 days ago
JSON representation

Static code analysis tool

Awesome Lists containing this project

README

        

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
```

To dump a full list of the language and line count of each file:
```
npx analyze-code --raw
```