diff --git a/README.md b/README.md index c740b37..a0d0d8c 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,14 @@ -[![Java CI](https://github.com/grails/scaffolding/actions/workflows/gradle.yml/badge.svg)](https://github.com/grails/scaffolding/actions/workflows/gradle.yml) +# Grails Scaffolding -Grails Scaffolding -=========== +[![Maven Central](https://img.shields.io/maven-central/v/org.grails.plugins/scaffolding.svg?label=Maven%20Central)](https://central.sonatype.com/artifact/org.grails.plugins/scaffolding) +[![Java CI](https://github.com/grails/scaffolding/actions/workflows/gradle.yml/badge.svg?event=push)](https://github.com/grails/scaffolding/actions/workflows/gradle.yml) +[![Revved up by Develocity](https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?logo=Gradle&labelColor=02303A)](https://ge.grails.org/scans) -The GrailsĀ® framework Scaffolding plugin replicates much of the functionality from Grails 2, but uses the fields plugin instead. -Please check the [Grails Plugin Portal](https://plugins.grails.org) for the latest available version. +The Grails Scaffolding Plugin simplifies the process of generating CRUD interfaces for domain classes in Grails applications. +It provides both dynamic and static scaffolding options, allowing you to quickly create controllers and views. + +The plugin integrates with Grails' validation and constraints, ensuring that generated forms respect your domain model. + +It's useful for rapid prototyping or creating basic interfaces for managing data with minimal manual code.