From fabe0ce47f878b108d4dbbf0b2264a0b550e0bb0 Mon Sep 17 00:00:00 2001 From: Michael Yan Date: Sat, 18 Jan 2025 11:16:27 +0800 Subject: [PATCH] Add HELP.md Closes gh-14 --- skeleton/.gitignore | 1 + skeleton/HELP.md | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 skeleton/.gitignore create mode 100644 skeleton/HELP.md diff --git a/skeleton/.gitignore b/skeleton/.gitignore new file mode 100644 index 0000000..eb1f882 --- /dev/null +++ b/skeleton/.gitignore @@ -0,0 +1 @@ +HELP.md diff --git a/skeleton/HELP.md b/skeleton/HELP.md new file mode 100644 index 0000000..336afdc --- /dev/null +++ b/skeleton/HELP.md @@ -0,0 +1,36 @@ +# Getting Started + +### Reference Documentation + +For further reference, please consider the following sections: + +* [Official Gradle documentation](https://docs.gradle.org) +* [Spring Boot Gradle Plugin Reference Guide](https://docs.spring.io/spring-boot/3.3/gradle-plugin/index.html) +* [Spring Web](https://docs.spring.io/spring-boot/3.3/reference/web/index.html) +* [Groovy Documentation](https://groovy-lang.org/documentation.html) +* [Spock Reference Documentation](https://spockframework.org/spock/docs/2.3/index.html) +* [The Book Of Geb](https://gebish.org/manual/current/) + +### Guides + +[Grace Guides](https://github.com/grace-guides) repository contains several guides and examples that show how to use Grace. + +* [Spring Boot Application with Plugins](https://github.com/grace-guides/gs-spring-boot) +* [Spring Boot Application with GSP](https://github.com/grace-guides/gs-spring-boot-gsp) +* [Spring Boot Application with GORM](https://github.com/grace-guides/gs-spring-boot-gorm) +* [Grace app and Spring Boot Test](https://github.com/grace-guides/gs-spring-boot-test) +* [Build Admin Console with Grace Admin Plugin](https://github.com/grace-guides/gs-admin-console) +* [Build TodoMVC with Htmx](https://github.com/grace-guides/gs-htmx-todomvc) + +### Plugins + +[Grace Plugins](https://github.com/grace-plugins/) repository contains several plugins to develop applications more easier and productive. + +* [Grace Asset Pipeline Plugin](https://github.com/grace-plugins/grace-asset-pipeline) is a plugin used for managing and processing static assets in Grace applications. +* [Grace Cache](https://github.com/graceframework/grace-cache) provides powerful and easy to use caching functionality to Grace applications and plugins. +* [Grace Database Migration](https://github.com/graceframework/grace-database-migration) helps you manage database changes uses the Liquibase library. +* [Grace Scaffolding](https://github.com/graceframework/grace-scaffolding) is a plugin to generate scaffolded controllers and views for your Grace application. +* [Grace Fields](https://github.com/graceframework/grace-fields) is a plugin allows you to customize the rendering of input fields for properties of domain objects, command beans and POGOs based on their type, name, etc. +* [Grace Geb](https://github.com/graceframework/grace-geb) provides the Geb dependencies and a `create-functional-test` command for generating Geb tests. +* [Grace Htmx](https://github.com/grace-plugins/grace-htmx) provides helpers to easy use [HTMX](https://htmx.org). +* [Grace Views](https://github.com/graceframework/grace-views) provides implementation includes JSON views powered by Groovy's JsonBuilder, and other view types.