Skip to content

Commit

Permalink
docs: Update readme (#139)
Browse files Browse the repository at this point in the history
- 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
matrei authored Oct 11, 2024
1 parent 1df8353 commit 68b17e2
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
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.

0 comments on commit 68b17e2

Please sign in to comment.