Scaffoldizr: Scaffolding to create Structurizr Workspaces

Opinionated TypeScript/Bun Scaffolding Tool for creating Structurizr DSL Documentations

Download as .zip Download as .tar.gz View on GitHub

Getting Started

< Back

Installation

macOS / Linux

Run in your terminal:

curl -s https://formulamonks.github.io/scaffoldizr/assets/install.sh | sh

Windows

Run in PowerShell:

irm https://formulamonks.github.io/scaffoldizr/assets/install.ps1 | iex

Then, verify the tool is correctly installed:

scfz --version

Usage

Once installed, run in your terminal:

scfz --dest {docs_folder}

where {docs_folder} is a folder where dsl files will be generated. The tool creates an architecture/ folder and starts scaffolding from there. {docs_folder} default value is current working directory. So you can just issue scfz command.

Options