Skip to content

Commit

Permalink
Add HELP.md
Browse files Browse the repository at this point in the history
Closes gh-14
  • Loading branch information
rainboyan committed Jan 18, 2025
1 parent d57bca2 commit fabe0ce
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
1 change: 1 addition & 0 deletions skeleton/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
HELP.md
36 changes: 36 additions & 0 deletions skeleton/HELP.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit fabe0ce

Please sign in to comment.