Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Latest commit

 

History

History
95 lines (75 loc) · 3.08 KB

badges.md

File metadata and controls

95 lines (75 loc) · 3.08 KB

Badges

How To Create Badges

We use Shields.io to generate Badges. Please use the badge links section to document and update currently used badges. Open the links and download the svg files and place them in the projects assets/images folder or use curl instead.

Download Badges

Simply use curl to download badges by providing the url and filename, that starts with badge.

curl "link" -s -o badge-filename

Badge Links

Releases:

Quality

curl "https://img.shields.io/badge/Quality-→-orange.svg?style=flat" -s -o ../assets/images/badge-section-quality.svg
  • Quality collection
    curl "https://img.shields.io/badge/QualityCollection-v0.2.0-orange.svg?style=flat" -s -o ../assets/images/badge-release-quality-collection.svg
  • Code analysis
    curl "https://img.shields.io/badge/CodeAnalysis-v0.2.0-orange.svg?style=flat" -s -o ../assets/images/badge-release-quality-code-analysis.svg
  • Code Formatter
    curl "https://img.shields.io/badge/CodeFormatter-v0.2.0-orange.svg?style=flat" -s -o ../assets/images/badge-release-quality-code-formatter.svg
  • Report
    curl "https://img.shields.io/badge/Report-v0.2.0-orange.svg?style=flat" -s -o ../assets/images/badge-release-quality-report.svg

Tool

curl "https://img.shields.io/badge/Tool-→-orange.svg?style=flat" -s -o ../assets/images/badge-section-tool.svg
  • Composite Delegator
    curl "https://img.shields.io/badge/CompositeDelegator-v0.2.0-orange.svg?style=flat" -s -o ../assets/images/badge-release-tool-composite-delegator.svg
  • Git Version
    curl "https://img.shields.io/badge/GitVersion-v0.2.0-orange.svg?style=flat" -s -o ../assets/images/badge-release-tool-git-version.svg
  • Publish
    curl "https://img.shields.io/badge/Publish-TODO-orange.svg?style=flat" -s -o ../assets/images/badge-release-tool-publish.svg
  • Versioning
    curl "https://img.shields.io/badge/Versioning-v0.2.0-orange.svg?style=flat" -s -o ../assets/images/badge-release-tool-versioning.svg

Plugin-development

curl "https://img.shields.io/badge/Plugin_Development-→-orange.svg?style=flat" -s -o ../assets/images/badge-section-plugin-development.svg
  • Gradle plugin convention
    curl "https://img.shields.io/badge/PluginConvention-v0.2.1-orange.svg?style=flat" -s -o ../assets/images/badge-release-gradle-plugin-convention.svg
  • Gradle test util
    curl "https://img.shields.io/badge/TestUtil-v0.2.0-orange.svg?style=flat" -s -o ../assets/images/badge-release-gradle-test-util.svg
  • Gradle Version catalog accessor
    curl "https://img.shields.io/badge/VersionCatalogAccessor-v0.2.0-orange.svg?style=flat" -s -o ../assets/images/badge-release-gradle-version-catalog-accessor.svg

Other

  • License:
    curl "https://img.shields.io/badge/License-ISC-lightgrey.svg?style=flat" -s -o badge-license.svg

License

Shields is licensed under Creative Commons Zero v1.0 Universal (as of 2022-02-23)