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 [email protected] -F settings=@static/themes/variability.dev_dark.theme -o "model3.svg"
http://127.0.0.1:5000
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 [email protected] -F settings=@static/themes/variability.dev_dark.theme -o "model3.svg"
http://127.0.0.1:5000