Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abtris/example-structurizr
https://github.com/abtris/example-structurizr
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/abtris/example-structurizr
- Owner: abtris
- Created: 2023-11-21T17:48:19.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2023-11-22T06:55:21.000Z (12 months ago)
- Last Synced: 2024-04-15T03:04:06.886Z (7 months ago)
- Language: ASL
- Size: 67.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```