GitHub user GitToTheHub created a discussion: Show full npm package name in 
dependency graph

It find it better to show the full name of the npm package name in the graph 
than just abbreviate it:

<img width="2032" height="732" alt="image" 
src="https://github.com/user-attachments/assets/463fb102-152d-44d6-8f19-1bb565fef4ca";
 />

The Sketchviz code for this:

```
digraph "Cordova Dependencies" {
    node [fontname=handlee];
    edge [arrowhead=empty];
    
    "cordova-cli" -> {"cordova-lib", "cordova-create", "cordova-common"};
    "cordova-plugman" -> "cordova-lib";
    "cordova-cli" -> {"cordova-fetch", "cordova-serve", "cordova-common"};
    "cordova-cli" -> platforms [style=dotted];
    "cordova-create" -> {"cordova-fetch", "app-hello-world", "cordova-common"};
    "cordova-fetch" -> "cordova-common";
    
    platforms [shape=record label="{Platforms|{<all>*|<apple>ios, 
osx|<www>browser}}"];
    platforms:apple -> "node-xcode";
    platforms:www -> "cordova-serve";
    platforms:all -> "cordova-common";
    platforms:all -> js [style=dotted];
}
```

Does anybody know, how this can be updated?

Also we could update the graph:
- Should electron be added?
- What mean platforms `*`. Does this still exists?
- Any other thoughts for this graph?

GitHub link: https://github.com/apache/cordova/discussions/570

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to