Skip to content
Mike Minutillo edited this page Jul 19, 2014 · 2 revisions

Welcome to the ArchitectureScript wiki!

The script works on a simple indentation-significant DSL. The basic idea is outlined in http://www.codingthearchitecture.com/2014/06/24/software_architecture_as_code.html and the output can be viewed at http://www.structurizr.com/tryit

Each line of the script has a "context" and every line applies some change to the script. The parser starts on Model Context and each line with no indentation is applied at this level.

When you run the tool, pass in files to be processed (in order).

Clone this wiki locally