Skip to content

Commit

Permalink
doc(cli): adds command line example for mermaid
Browse files Browse the repository at this point in the history
fixes #922
  • Loading branch information
sverweij committed Mar 17, 2024
1 parent c9d8b97 commit 593d29f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,10 @@ Both due to limitations in the mermaid format and to the relative newness of thi
reporter the graph cannot be (made as) feature rich as those produced by the
`dot` or `d2` reporters.

```sh
dependency-cruiser --output-type mermaid src --output-to dependency-graph.mmd
```

<details>
<summary>Sample output</summary>

Expand Down

0 comments on commit 593d29f

Please sign in to comment.