https://github.com/novatecconsulting/camunda-bpmn-documentation-generator
https://github.com/novatecconsulting/camunda-bpmn-documentation-generator
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/novatecconsulting/camunda-bpmn-documentation-generator
- Owner: NovatecConsulting
- Created: 2021-10-01T08:55:37.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-16T13:45:09.000Z (over 1 year ago)
- Last Synced: 2025-04-02T20:44:30.646Z (3 months ago)
- Language: Kotlin
- Size: 925 KB
- Stars: 9
- Watchers: 5
- Forks: 2
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Camunda BPMN Documentation Generator
[Test Project](https://github.com/NovatecConsulting/cbdg-maven-test)
## Code documentation
Hosted via [github pages](https://novatecconsulting.github.io/camunda-bpmn-documentation-generator/)## IDE Formatting Configuration
Please read the [IDE Formatting Configuration](src/docs/config/ide_config.md) to configure your IDE properly for editing
kotlin files.## The build and upload to Maven-Repo
Creating the Jar-Module with./gradlew clean build
Publish to local maven repository for usage in a maven project
./gradlew publishToMavenLocal