https://github.com/reflexdemon/bpmn-java-cli
Simple Tool to convert bpmn XML files to PNG images
https://github.com/reflexdemon/bpmn-java-cli
Last synced: 9 days ago
JSON representation
Simple Tool to convert bpmn XML files to PNG images
- Host: GitHub
- URL: https://github.com/reflexdemon/bpmn-java-cli
- Owner: reflexdemon
- Created: 2024-03-04T13:08:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-04T13:24:41.000Z (over 2 years ago)
- Last Synced: 2025-02-23T11:41:47.977Z (over 1 year ago)
- Language: Java
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bpmn-java-cli
This is a simple utility to convert the BPMN xml files to PNG images.
# Build
Please use the below command to package the jar file
```shell
./gradlew clean assemble
```
# Run
Please use the below command to run the uber jar
```shell
java -jar ./build/libs/bpmn-java-cli-1.0-SNAPSHOT.jar
```
```text
08:13:27.903 [main] ERROR io.vpv.Main -- Problem while parsing arguments Missing required options: i, o
usage: bpmn-java-cli
-i,--input input file path
-o,--output output file
```