Description
Description
See how discord show spotify embed links:
Just imagine, there is this song badge on Spotify. Now imagine that I want to add a badge of my specific one song to my website. I take the "embed" link to this badge and paste it onto my site. Now users can click play a song or even go to spotify.
I don’t have to create such a component myself, it’s already provided by Spotify
Now imagine the same situation. I don't want to type out the package installation badge many times in different packages where it could potentially be required frequently. I want a client handler to appear in npm packager that can be used in any other, and this client handler will provide just such a badge. You pass it a badge for which packages you need through arguments, and you receive such a badge
Is it clear now? those. in simple words - I don’t want to insert packager ui into my tiny client handler so that the user can search for the required package and download it. I want a small badge with the name of the package and a button to install
I started to wonder because potentially an application or package could have the ability to offer to download a specific package
Which is not directly dependent
That is, there is a client handler for chatgpt azure, and it requires you to connect the model, and in the popover it tells you that “psss, if there is a ready-made package that already has ready-made models, you can just download it.” But it would be even cooler if the user in this popover also had a badge of this package and downloaded it with one button
Tell me it's cool
Same issue with deep memo. The logger is not required, but you can download and enable it, and it would be nice to have some kind of single standard badge instead of copying it from project to project
Requested Solution
Add such client handler that provides badge for one or more packages