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
### Generate a markdown file with the component hierarchy in Mermaid format [#](#component-hierarchy-markdown-'Component hierarchy in Mermaid format')
39
+
40
+
This command will generate the component hierarchy in markdown format using [Mermaid notation](https://mermaid-js.github.io/mermaid/#/).
41
+
42
+
Please notice that some online tools and sites do not support Mermaid markdown format yet, like GitHub and Visual Studio Code. To preview markdown files using the mermaid notation in Visual Studio Code i'm using the [Markdown Preview Mermaid Support](https://marketplace.visualstudio.com/items?itemName=bierner.markdown-mermaid) extension.
43
+
44
+

45
+
37
46
### Show the directory structure of the project [#](#directory-structure-'Show the directory structure of the project')
38
47
39
48
This command lists the entire directory structure of the currently open project. Sometimes this can be a quick way to get an overview of the project if you are new to the project before og maybe need to document it.
@@ -58,3 +67,4 @@ This command will analyse all Angular components in the project and collect all
58
67
59
68
*[Vis.js](https://visjs.org/index.html) - Used for generating the directed graph for showing the component hierarchy.
60
69
*[npmjs.com](https://www.npmjs.com/) - The extension queries the NpmJs.com api.
0 commit comments