-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Add badge for latest version on maven central - Add badge for Develocity - Add push filter for CI badge - Replace text describing the plugin
- Loading branch information
Showing
1 changed file
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |