You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/SCRIPTS.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ Script | Directory | Description
9
9
|[activateCondaEnvironment.sh](./activateCondaEnvironment.sh)|| Activates the Conda (Python package manager) environment "codegraph" with all packages needed to run the included Jupyter Notebooks and Python scripts. |
10
10
|[activatePythonEnvironment.sh](./activatePythonEnvironment.sh)|| Activates the .venv environment (Python build-in virtual environments) with all packages necessary to run the included Jupyter Notebooks and Python scripts. |
11
11
|[analyze.sh](./analysis/analyze.sh)| analysis | Coordinates the end-to-end analysis process, encompassing tool installation, graph generation, and report generation. |
12
+
|[checkCompatibility.sh](./checkCompatibility.sh)|| Check environment dependencies and tool availability. |
12
13
|[cleanupAfterReportGeneration.sh](./cleanupAfterReportGeneration.sh)|| Cleans up after report generation. This includes deleting empty files or in case no file is left deleting the report folder. |
13
14
|[copyPackageJsonFiles.sh](./copyPackageJsonFiles.sh)|| Copies all package.json files inside the source directory into the artifacts/npm-package-json directory. |
14
15
|[createAggregatedGitLogCsv.sh](./createAggregatedGitLogCsv.sh)|| Uses git log to create a comma separated values (CSV) file containing aggregated changes, their author name and email address, year and month for all the files that were changed. |
0 commit comments