com.javiersc.gradle.plugins.readme.badges.generator
Owner: Javier Segovia Córdoba
Automatically add badges to the root README file
https://github.com/JavierSegoviaCordoba/gradle-plugins
Sources: https://github.com/JavierSegoviaCordoba/gradle-plugins
Version 0.1.0-rc.32
0.1.0-rc.32
Created 26 December 2021.
Automatically add badges to the root README file
Add this plugin to your build using the plugins DSL:
plugins {
id("com.javiersc.gradle.plugins.readme.badges.generator") version "0.1.0-rc.32"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.javiersc.gradle-plugins:readme-badges:0.1.0-rc.32") } } apply(plugin = "com.javiersc.gradle.plugins.readme.badges.generator")
- Applying plugins to all subprojects .