Skip to content

Commit

Permalink
Add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Feb 2, 2024
1 parent e181409 commit e59314e
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
# Grace Admin Plugin

A powerful and flexible, extensible administration framework and management console for Grace.

## Grace Version

- Grace **2022.1.0**

## Usage

### Add `admin` plugin

Add `admin` plugin to your `build.gradle`,

```gradle
apply plugin: "org.graceframework.grace-gsp"
repositories {
mavenCentral()
maven {
url "https://s01.oss.sonatype.org/content/repositories/snapshots/"
mavenContent {
snapshotsOnly()
}
}
}
dependencies {
implementation "org.graceframework:grace-plugin-dynamic-modules"
implementation "org.graceframework.plugins:admin:$adminVersion"
}
```

## Development

### Build from source

```
git clone https://github.com/grace-plugins/grace-admin.git
cd grace-admin
./gradlew publishToMavenLocal
```

## What's New

### 0.0.1-SNAPSHOT

* Support Grace 2022.1.0+


## Known issues


## Links

- [Grace Framework](https://github.com/graceframework/grace-framework)
- [Grace Plugins](https://github.com/grace-plugins)
- [Grace Dynamic Menus Guide](https://github.com/grace-guides/gs-dynamic-menus)

0 comments on commit e59314e

Please sign in to comment.