Getting startedΒΆ

Get to know all the supported command-line parameters and options by running the following command.

java -jar DesigniteJava.jar

The following command performs the most simple form of analysis. The command takes two parameters: the path of the folder containing the Java project you would like to analyze and the path of the output folder where the tool will store the generated CSV or XML files.

java -jar DesigniteJava.jar -i <path of the input source folder> -o <path of the output folder>