Skip to content

Commit 1e469ff

Browse files
committed
Automated scripts reference document generation (CI)
1 parent cf81a25 commit 1e469ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/SCRIPTS.md

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ Script | Directory | Description
4747
| [CentralityCsv.sh](./reports/CentralityCsv.sh) | reports | Looks for centrality using the Graph Data Science Library of Neo4j and creates CSV reports. |
4848
| [CommunityCsv.sh](./reports/CommunityCsv.sh) | reports | Detects communities using the Graph Data Science Library of Neo4j and creates CSV reports. |
4949
| [ExternalDependenciesCsv.sh](./reports/ExternalDependenciesCsv.sh) | reports | Executes "External_Dependencies" Cypher queries to get the "external-dependencies-csv" CSV reports. |
50+
| [GitHistoryCsv.sh](./reports/GitHistoryCsv.sh) | reports | Executes "GitLog" Cypher queries to get the "git-history-csv" CSV reports. |
5051
| [GraphVisualization.sh](./reports/GraphVisualization.sh) | reports | DEPRECATED: Creates the "graph-visualization" report using the (now deprecated) nodejs project "graph-visualization". |
5152
| [InternalDependenciesCsv.sh](./reports/InternalDependenciesCsv.sh) | reports | Executes "Internal_Dependencies" Cypher queries to get the "internal-dependencies-csv" CSV reports. |
5253
| [InternalDependenciesVisualization.sh](./reports/InternalDependenciesVisualization.sh) | reports | Executes selected "Internal_Dependencies" Cypher queries for GraphViz visualization. |

0 commit comments

Comments
 (0)