call-plantuml-0.0.1: A simple library to call PlantUML given a diagram specification
Copyright(c) Marcellus Siegburg 2022
LicenseMIT
Maintainermarcellus.siegburg@uni-due.de
Safe HaskellSafe-Inferred
LanguageHaskell2010

Language.PlantUML.Call

Description

This module provides the basic functionality to call PlantUML.

Synopsis

Documentation

drawPlantUMLDiagram Source #

Arguments

:: DiagramType

The return type of diagram to return

-> ByteString

The PlantUML diagram specification which should be loaded

-> IO ByteString 

This function may be used to draw a PlantUML diagram given a valid specification and a return type. It calls PlantUML via Java.