Latest Release:
Analysis 1.128.0 | Visualization 1.130.0
[comment]: ##################################################################################
[comment]:
Key Features • How To Use • Feedback • Further Info • About
.cc.json
files..cc.json
files for CC Visualization through a Command-Line-Tool..cc.json
files.For using CodeCharta the following needs to be installed on your system:
.cc.json
files. To run these parsers you need the CodeCharta Shell.In this example we will generate a .cc.json
from JUnit4 using the Source Code Parser (that parses java projects).
# Install codecharta-analysis globally
$ npm i -g codecharta-analysis
# Clone the junit4 repository
$ git clone https://github.com/junit-team/junit4
# Parse sources with CodeCharta Shell
$ ccsh sourcecodeparser junit4 -p junit4 -o junit4.source.cc.json
# Now you can upload `junit4.source.cc.json` to CodeCharta Visualization
Note If you want to be guided through selecting the arguments. Just execute
ccsh
and you can run the parsers interactively with dialogs.
Have a bug, a feature request or any question? Please open a new issue. Feedback is always welcome.
Want to have even more information? Please check our documentation and news.
MIT
maibornwolff.de · GitHub @MaibornWolff