Sign inSign up

seiso/diagram_builder

By seiso

Updated about 3 years ago

A project to generate diagrams from code

Image
Languages & frameworks
Integration & delivery
Databases & storage
0

362

seiso/diagram_builder repository overview

diagram_builder

Welcome to diagram_builder

Getting Started

First, you need to ensure you have task, docker, git, pipenv, and python3 installed locally, and the docker daemon is running.

Then, you can setup your local environment via:

# Install the dependencies
task init

# Build the image
task build

# Run the image
docker run seiso/diagram_builder:2023.08.01 --help

If you'd like to build all of the supported docker images, you can set the PLATFORM env var to all like this:

PLATFORM=all task build

You can also specify a single platform of either linux/arm64 or linux/amd64.

Troubleshooting

If you're troubleshooting the results of any of the tasks, you can add -v to enable debug task logging, for instance:

task -v build

If you're troubleshooting a goat failure (you aren't the first one), you can pass one of the log levels as defined here:

task lint -- debug

Tag summary

Content type

Image

Digest

sha256:2444b2a93

Size

100.8 MB

Last updated

about 3 years ago

docker pull seiso/diagram_builder