-
Notifications
You must be signed in to change notification settings - Fork 8
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
Set up shields.io badges #29
Comments
@alexeagle tagged me so i can share this message from slack :) if I get time I may try to contribute some of these features upstream to Shields.io.
|
filed @ badges/shields#9474 Initial PR just adds a |
Badges in READMEs can be a really good way to improve the developer experience for an ecosystem, as they can provide a consistently recognizable link to a website with more information (like the bcr-ui) in an otherwise unstructured (= of always varying structure) block of text.
Shields.io provides the commonly used service for that (with integrations to all the popular package managers): https://shields.io/category/version
Examples for what the badge could look like:
I haven't quite figured out yet on how to get them integrated to their website (I think via contributing it to https://github.com/badges/shields ?). EDIT: https://github.com/badges/shields/blob/master/doc/TUTORIAL.md
To enable that I assume we would have to provide some endpoint or URL template that would allow for retrieving the latest version of a module. I assume that wouldn't be to hard to integrate into the build process of Next.js 🤞.
The text was updated successfully, but these errors were encountered: