Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/1000kit/tkit-docs-quarkus-plugin
1000kit generate documentation for Quarkus application
https://github.com/1000kit/tkit-docs-quarkus-plugin
Last synced: about 2 months ago
JSON representation
1000kit generate documentation for Quarkus application
- Host: GitHub
- URL: https://github.com/1000kit/tkit-docs-quarkus-plugin
- Owner: 1000kit
- License: apache-2.0
- Created: 2024-03-27T14:25:22.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-11-06T10:32:23.000Z (about 2 months ago)
- Last Synced: 2024-11-06T11:29:51.587Z (about 2 months ago)
- Language: Java
- Size: 165 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tkit-docs-quarkus-plugin
1000kit maven plugin to generated documentation for quarkus project.
[![License](https://img.shields.io/badge/license-Apache--2.0-green?style=for-the-badge&logo=apache)](https://www.apache.org/licenses/LICENSE-2.0)
[![Maven Central](https://img.shields.io/maven-central/v/org.tkit.maven/tkit-docs-quarkus-plugin?logo=java&style=for-the-badge)](https://maven-badges.herokuapp.com/maven-central/org.tkit.maven/tkit-docs-quarkus-plugin)
[![GitHub Actions Status](https://img.shields.io/github/actions/workflow/status/1000kit/tkit-docs-quarkus-plugin/build.yml?logo=GitHub&style=for-the-badge)](https://github.com/1000kit/tkit-docs-quarkus-plugin/actions/workflows/build.yml)### Maven configuration
Create a documentation in your maven project.
```xml
docs
org.tkit.maven
tkit-docs-quarkus-plugin
latest-version
default
docs
prepare-package
```