rlespinasse / drawio-export

Export Draw.io diagrams using docker
https://hub.docker.com/r/rlespinasse/drawio-export
MIT License
62 stars 11 forks source link
docker drawio drawio-batch drawio-tools hacktoberfest

= Draw.io Export

Export Draw.io diagrams using docker

== Features

== Supported Export formats

== Additional fonts

Check installed fonts list from https://github.com/rlespinasse/docker-drawio-desktop-headless[drawio-desktop-headless] docker base image.

NOTE: Want a new font package, modify the https://github.com/rlespinasse/docker-drawio-desktop-headless[drawio-desktop-headless] project.

== Installation

[source,bash]

docker pull rlespinasse/drawio-export

== Usage

.Print the available options [source,bash]

docker run -it rlespinasse/drawio-export --help

.Simple run with default options [source,bash]

$ cd directory-with-drawio-files $ docker run -it -v $(pwd):/data rlespinasse/drawio-export

== Build on top of

== Used by

== Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.