Automated Simple Analysis
If you have git, tokei and complexity installed, you can create a pretty informative software quality map for (almost) every programming language by running just one script.
How to use
- Install CodeCharta analysis
- Install git, tokei and complexity
- Download the script from GitHub
- Inside any git working copy execute the script
./simplecc.sh create <filename> [--debug]
Parameters
Parameter | Description |
---|---|
<filename> |
The name of the created cc.json file. |
--debug |
Enables debug mode, which means compression of .cc.json files is turned off and temporary files are not deleted automatically. |
Example:
./simplecc.sh create myAnalysedProject