Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abtris/example-structurizr


https://github.com/abtris/example-structurizr

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Structurizr

The Structurizr DSL provides a way to define a software architecture model (based upon the C4 model) using a text-based domain specific language (DSL).

- [Docs](https://docs.structurizr.com/dsl)
- [structurizr-site-generatr](https://github.com/avisi-cloud/structurizr-site-generatr#docker)
- [vscode extension](https://marketplace.visualstudio.com/items?itemName=systemticks.c4-dsl-extension)
- [Example from examples-repo](https://github.com/structurizr/examples/)

## Run tooling

### Install dependencies

```
make deps
```

### Run

```
make watch
```