-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pretty Print Plugin Tree #64
Comments
Note that avvio does not anything about prefixes, those are fastify thing. |
I like it! We should think how to handle unnamed plugins. |
Good note. This must be enriched in a different way. I leave it open so anybody can start a try. |
Resolved in #81 |
Hi @mcollina, @smartiniOnGitHub has a neat idea to illustrate the plugin tree for diagnostic purposes as in find-my-way WDYT?
e.g
The tree would illustrate the loading order and other useful informations like plugin
name
,version
,loading-time
. Dependencies across different plugins could be marked in different colors. There are many options 😄.avvio.prettyPrint([updates=false])
Should be able to call it before everything is bootsrapped. The cli can update itself so it's possible to see which plugin has issues to bootstrap.
The text was updated successfully, but these errors were encountered: