https://github.com/codebude/iflow-plotter
The iflow-plotter is small commandline application (CLI) that enables you to convert SAP™ CPI (Cloud Integration) zip-files to (BPMN) diagrams.
https://github.com/codebude/iflow-plotter
Last synced: 7 months ago
JSON representation
The iflow-plotter is small commandline application (CLI) that enables you to convert SAP™ CPI (Cloud Integration) zip-files to (BPMN) diagrams.
- Host: GitHub
- URL: https://github.com/codebude/iflow-plotter
- Owner: codebude
- License: mit
- Created: 2021-04-22T13:50:10.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-26T14:54:23.000Z (over 4 years ago)
- Last Synced: 2025-04-06T13:51:49.325Z (10 months ago)
- Language: JavaScript
- Size: 20.5 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iflow-plotter
The iflow-plotter is small commandline application (CLI) that enables you to convert SAP™ CPI (Cloud Integration) zip-files to (BPMN) diagrams. You can choose between multiple output formats (svg, pdf, png).
### How to install?
Simply open your favourite terminal application and type in `npm i iflow-plotter -g`. (If you haven't installed NodeJS, you should do it upfront.)
### How to use
Open a terminal and run the `iflow-plotter` command. The following info (taken from `iflow-plotter --help` shows you how to use the tool.
iflow-plotter [optional args]
Plot IFlow diagram to file
Conversion parameters:
-f, --format Target format(s). One of: pdf,png,svg,bpmn.
[array] [default: ["pdf","svg","png"]]
-s, --scale-factor Scale of rendered diagram [number] [default: 1]
-o, --output-dir Output directory [string] [default: "."]
-d, --debug Raise logging level [boolean]
Options:
--version Show version number [boolean]
--help Show help [boolean]
### Thanks to...
All package creators of the packages that were used when creating iflow-plotter. Special thanks goes out to the bpmn-js team!