pdvrieze/gradle-codegen
Code generation plugin for gradle
This Gradle plugin helps developers automatically create source code files based on defined rules. You provide instructions for what code to generate, and it outputs the new code files, integrating them smoothly into your build process. It's designed for software engineers managing complex build systems.
No commits in the last 6 months.
Use this if you need to generate repetitive or boilerplate code dynamically during your Gradle build, without cluttering your main build logic.
Not ideal if you're looking for a general-purpose code generation framework outside of a Gradle build environment, or if you prefer manual code creation.
Stars
13
Forks
3
Language
Kotlin
License
Apache-2.0
Category
Last pushed
Feb 14, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/pdvrieze/gradle-codegen"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
square/kotlinpoet
A Kotlin API for generating .kt source files.
dromara/fast-request
IntelliJ IDEA plugin Fast Request
ZacSweers/MoshiX
Extensions for Moshi including IR plugins, moshi-sealed, and more.
Kotlin/kotlinx-schema
Kotlin Multiplatform library that generates JSON Schemas from your methods and classes both at...
cnrture/QuickProjectWizard
🚀 Ultimate Android development companion for Android Studio. Create projects with modern...