Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/minigdx/minigdx-developer-gradle-plugin
Configure MiniGDX libs with a common set of configuration and tasks. The usage is mainly for MiniGDX contributors.
https://github.com/minigdx/minigdx-developer-gradle-plugin
Last synced: 2 months ago
JSON representation
Configure MiniGDX libs with a common set of configuration and tasks. The usage is mainly for MiniGDX contributors.
- Host: GitHub
- URL: https://github.com/minigdx/minigdx-developer-gradle-plugin
- Owner: minigdx
- Created: 2021-03-08T17:22:22.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-25T07:57:41.000Z (over 1 year ago)
- Last Synced: 2023-05-25T08:28:41.153Z (over 1 year ago)
- Language: Kotlin
- Homepage:
- Size: 138 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MiniGDX Gradle Plugins
## Developer Plugin
The developer plugin is here to help the configuration of all
projects of the MiniGDX ecosystem by configuring the same configuration
of all different projects.The plugin configure for you:
- Kotlin multiplatform
- Group Id of projects
- Versions of projects
- Basic github workflow
- Basic Makefile### Tasks
The plugin tasks into your project:
- `createGithubWorkflows` : create default file for GitHub Actions
- `createMakefile` : create default Makefile