Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 262 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 262 Bytes

fm2svg

Feature Model to SVG Converter

docker build -t fm2svg .

docker run -p 5000:5000 fm2svg

curl -X POST http://127.0.0.1:5000/download -F xml=@model.xml -F settings=@static/themes/variability.dev_dark.theme -o "model3.svg"

http://127.0.0.1:5000