Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/quaelin/analyze-code
- Owner: quaelin
- Created: 2020-12-15T18:47:56.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T00:45:01.000Z (over 1 year ago)
- Last Synced: 2024-12-16T06:37:49.689Z (20 days ago)
- Language: JavaScript
- Size: 737 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```