|
2 | 2 | <div align="center"> |
3 | 3 | <img src="./assets/logo.png" alt="logo" width="150" /> |
4 | 4 | <h1>GraphLens</h1> |
5 | | - <p> |
6 | | - <img src="https://img.shields.io/badge/version-0.1.5-blue.svg" alt="version" /> |
7 | | - <img src="https://img.shields.io/badge/status-Public%20Beta-orange.svg" alt="status" /> |
8 | | - <img src="https://img.shields.io/badge/license-Proprietary-red.svg" alt="license" /> |
| 5 | + <p align="center"> |
| 6 | + <a href="https://marketplace.visualstudio.com/items?itemName=GraphLens.graphlens&ssr=false#overview"> |
| 7 | + <img src="https://img.shields.io/badge/version-0.1.6-blue.svg" alt="version" /> |
| 8 | + </a> |
| 9 | + <a href="https://github.com/GraphLens/graphlens"> |
| 10 | + <img src="https://img.shields.io/badge/status-Public%20Beta-orange.svg" alt="status" /> |
| 11 | + </a> |
| 12 | + <a href="https://github.com/GraphLens/graphlens?tab=License-1-ov-file"> |
| 13 | + <img src="https://img.shields.io/badge/license-Proprietary-red.svg" alt="license" /> |
| 14 | + </a> |
| 15 | + <a href="https://marketplace.visualstudio.com/items?itemName=GraphLens.graphlens&ssr=false#overview"> |
| 16 | + <img src="https://img.shields.io/visual-studio-marketplace/i/GraphLens.graphlens?color=blue&label=installs" alt="installs"> |
| 17 | + </a> |
| 18 | + <a href="https://marketplace.visualstudio.com/items?itemName=GraphLens.graphlens&ssr=false#review-details"> |
| 19 | + <img src="https://img.shields.io/visual-studio-marketplace/r/GraphLens.graphlens?style=flat&label=rating" alt="rating"> |
| 20 | + </a> |
9 | 21 | </p> |
10 | 22 | <h3>Interactive architecture visualizer for Angular projects</h3> |
11 | 23 | <p>Transforms tangled code into structured, navigable graphs</p> |
12 | 24 | <a href="https://marketplace.visualstudio.com/items?itemName=graphlens.graphlens" target="_blank">Marketplace</a> • |
13 | | - <a href="https://github.com/GraphLens/graphlens">GitHub Repo</a> • |
14 | | - <a href="https://github.com/GraphLens/demo">Demo</a> • |
| 25 | + <a href="https://github.com/GraphLens/demo">GitHub Demo</a> • |
15 | 26 | <a href="https://github.com/GraphLens/graphlens/issues">Issues</a> |
16 | 27 | </div> |
17 | 28 |
|
|
29 | 40 |
|
30 | 41 | ### ⚠️ Disclaimer |
31 | 42 |
|
32 | | -GraphLens is currently in **Public Beta**. While we strive for maximum stability, graph rendering discrepancies may occur in projects with non-standard Angular configurations and complex code patterns. |
| 43 | +GraphLens is currently in **Public Beta**. While we strive for maximum stability, graph rendering discrepancies may occur in projects with non-standard Angular configurations and complex code patterns. Please review the [Current limitations](#4-current-limitations) section before use. |
33 | 44 |
|
34 | 45 | GraphLens supports **Angular v2+** projects only. Angular libraries and SSR are not supported at this time. React and Vue frameworks are not supported yet. Graphs currently require manual refresh. |
35 | 46 |
|
@@ -131,12 +142,13 @@ GraphLens leverages VS Code's built-in capabilities to find definitions and refe |
131 | 142 |
|
132 | 143 | ## 4. Current Limitations |
133 | 144 |
|
134 | | -- **Frameworks:** Supports **Angular v2+** only. React and Vue are not supported at this moment. |
135 | | -- **Monorepos:** Nx workspace tools and specific structures are not supported. |
| 145 | +- **Program Entities Types:** Supports only Angular Modules, Components, Directives, and Routes. Content projection, DI services and other Angular building entities are not supported yet, but are planned for future releases. |
136 | 146 | - **Project Types:** Angular libraries are not supported yet. |
| 147 | +- **Monorepos:** Nx workspace tools and specific configurations are not supported. |
| 148 | +- **Manual Refresh:** The graphs do not update automatically upon file save. See the [Manual Refresh](#25-manual-refresh) section for details. |
137 | 149 | - **SSR Support:** Server-side logic is not supported. |
138 | | -- **Manual Refresh:** The graphs do not update automatically upon file save. See section 2.5 for details. |
139 | | -- **IDE Support:** Available for **Visual Studio Code** only. JetBrains IDEs (WebStorm, IntelliJ IDEA) is planned for future releases. |
| 150 | +- **Frameworks:** Supports **Angular v2+** only. React and Vue are not supported at this moment. |
| 151 | +- **IDE Support:** Available for **Visual Studio Code** only. Extension version for JetBrains IDEs (WebStorm, IntelliJ IDEA) is planned for future releases. |
140 | 152 |
|
141 | 153 |
|
142 | 154 | ## 5. Roadmap |
|
0 commit comments