An open API service indexing awesome lists of open source software.

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

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
```