io.github.surpsg.code-lines
Owner: Sergii Gnatiuk
Plugin that counts lines of code in a project.
https://github.com/SurpSG/code-lines-counter-gradle-plugin
Sources: https://github.com/SurpSG/code-lines-counter-gradle-plugin.git
Version 0.0.1 (latest)
0.0.1
Created 02 May 2022.
Plugin that counts lines of code in a project.
Add this plugin to your build using the plugins DSL:
plugins {
id("io.github.surpsg.code-lines") version "0.0.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.github.surpsg:code-lines-counter:0.0.1") } } apply(plugin = "io.github.surpsg.code-lines")
- Applying plugins to all subprojects .