Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Badge for bower dependencies on github

On github it is possible to show a badge about the status of your npm dependencies ( https://david-dm.org/ )

I was wondering if there is something like this for bower dependencies ?

like image 403
Jeanluca Scaljeri Avatar asked Feb 04 '15 14:02

Jeanluca Scaljeri


People also ask

How do I add a badge to my GitHub repository?

All you need to do is open the GitHub link and fill your repository information, as shown in the image below: In case your repository is for a Ruby gem or other libraries, such as an NPM library, you can add a badge with the version of the package by using the following link. The most interesting options are:

What is the GitHub stats badge?

The GitHub Stats badge demonstrates the total Stars, Commits, Pull Requests, Issues, and Contributions of your GitHub repository. Stars: Users save GitHub repositories (like bookmarking). This indicates that the user is interested and wishes stay up-to-date with the saved repository. However, a starred repository cannot be edited.

How to create a version badge for a ruby repository?

In case your repository is for a Ruby gem or other libraries, such as an NPM library, you can add a badge with the version of the package by using the following link. The most interesting options are: Gem: We can create a version badge for a given Ruby gem. Github release: We can generate a version badge based on the repository releases.

What badges should you include in your repositories?

The aforementioned badges are not the only ones that you can include in your repositories. There are a lot of other badges that could be more applicable to your project, such as Github issues, Coveralls github, Jenkins Coverage, Docker Build Status, and many more.


1 Answers

Yes, there is. Gemnasium supports showing dependency status for Bower packages (along with npm and some other package managers). Like David, it is free for open source GitHub projects and supports readme badges.

Adding a Gemnasium badge

If you haven't already, set up your project on Gemnasium and open its page. Now open Settings (the gear on the right), click Badge, and copy the badge code of your choice to your project's readme.

like image 121
Nick McCurdy Avatar answered Oct 14 '22 06:10

Nick McCurdy