Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.17 KB

README.md

File metadata and controls

48 lines (32 loc) · 1.17 KB

%Stub%

Checklist after repository creation

  • Update developers in publishing plugin
  • Remove Cleanup step from main.yml
  • Update library description in README and in build.gradle.kts
  • Update Usage guide
  • Revise the logic in convention-plugins in buildSrc and remove everything you don't need

License

%Stub% and no more spoilers.


Installation

Add the dependency:

repositories {
    mavenCentral()
}

dependencies {
    implementation("com.redmadrobot.%stub%:%stub%:<version>")
}

Usage

TODO: Add usage guide

Contributing

Read the Contributing Guide if you're interested in contribution to the project.