QualInsight / qualinsight-plugins-sonarqube-badges

Plugin for SonarQube that generates badges displaying information about a project's or view's quality.
GNU Lesser General Public License v3.0
110 stars 141 forks source link

move badge generation code to an external library #61

Open pawlakm opened 7 years ago

pawlakm commented 7 years ago

Create a SVG badges generic library that could be used by any java project wanting to generate badges.

SVG Badges for Sonarqube would then make use of this library and would focus on SQ badges webservices development and data gathering.

The name of the library to be created is qualinsight-libs-badges.