Facilitate the edition of C4 diagrams written in yaml.
It use the Structurizr Express to render and edit diagrams.
Standalone executable for Linux, Mac and Windows are available on the release page.
Note: The documentation need to be written
Usage: c4tool [options] [command]
Commands:
edit <filename> edit a diagram inside Structurizr Express
render <filename> render a given diagram into PNG
watch <directory> watch diagrams within a directory and generate PNG when modified
Options:
-h, --help output usage information
# install the project
yarn
# generate executables
yarn run build
- Store properties such as
styles
,position
andvectrices
on a separate file - Provide a documentation detailing the workflow
- Support the generation of templates