Better visualization of the Nx Plugins Architecture - nx list --web ? #28611
jogelin
started this conversation in
Feature Requests
Replies: 1 comment
-
I think it's a great idea and would add a nice piece of the puzzle to Nx's visual settings story (like the project details view). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
When we start creating numerous Nx plugins in large monorepos, it becomes challenging for developers to know which plugins are available and what features they expose (generators, executors, migrations, and graph extensions).
It would be great to have a way to generate documentation that lists all available Nx plugins and their features. Something similar to the Nx API documentation, but dynamically generated based on:
Currently, we can use the
nx list
command, but it doesn’t provide enough information:Just like we have
nx graph
ornx show [project]
, it would be interesting to have a UI that could list all the plugins displayed by the nx list command, along with detailed information for each one:Beta Was this translation helpful? Give feedback.
All reactions