Getting Started
Installation
Run in your terminal:
curl -s https://formulamonks.github.io/scaffoldizr/assets/install.sh | sh
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
--help: Show help information--version: Show current tool version--dest <path>: Target architecture folder (default: current directory)-e, --export: Use structurizr-cli to export the workspace to JSON (default: false)