You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+140-7Lines changed: 140 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Archimate-PlantUML
2
2
PlantUML macros and other includes for creating Archimate Diagrams easily.
3
-
>Sample image comes here...
3
+

4
4
5
5
## Background
6
6
### PlantUML
@@ -15,14 +15,147 @@ ArchiMate offers a common language for describing the construction and operation
15
15
[Archimate-PlanUML](https://github.com/ebbypeter/Archimate-PlantUML) combines the benefits of PlantUML and ArchiMate for providing a simple way of creating and managing ArchiMate diagrams. The Archimate-PlantUML is a set of macros and other includes written on top of [PlantUML Archimate specification](http://plantuml.com/archimate-diagram), with an aim to simplify the syntax for creating elements and defining relationships.
16
16
17
17
## Getting Started
18
-
> __Todo__
19
-
>
20
-
>
18
+
Include the `Archimate.puml` file to the top of your ArchiMate PlantUML `.puml` or `.wsd` file. This will allow you to use all the macros that are defined in the `Archimate.puml` file.
19
+
20
+
To always use the most updated version from this repo, add the following inlcude statement
However, if you want offline capability and be independent of any internet connectivity, you can also download the files found in the `root` of this repository and referece in locally with
25
+
```javascript
26
+
!include path/to/Archimate.puml
27
+
```
21
28
22
29
## Usage
23
-
> __Todo__
24
-
>
25
-
>
30
+
After you have included `Archimate.puml` you can use the defined macros for ArchiMate elements.
31
+
32
+
### ArchiMate Elements
33
+
The ArchiMate elements are defined in the following pattern:


0 commit comments