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
_Frameworks and libraries that help implementing and verifying design and architecture concepts._
6
+
7
+
### Option 1: Simple List with Inline Badges
8
+
9
+
-**[ArchUnit](https://github.com/TNG/ArchUnit)** - Test library for specifying and asserting architecture rules. 
10
+
-**[jMolecules](https://github.com/xmolecules/jmolecules)** - Annotations and interfaces to express design and architecture concepts in code. 
11
+
12
+
### Option 2: Definition List (HTML)
13
+
14
+
<dl>
15
+
<dt><ahref="https://github.com/TNG/ArchUnit">ArchUnit</a> - Test library for specifying and asserting architecture rules. <imgsrc="https://img.shields.io/github/stars/TNG/ArchUnit?style=social"alt="GitHub stars"> <imgsrc="https://img.shields.io/github/last-commit/TNG/ArchUnit?style=social"alt="Last commit"></dt>
16
+
<dt><ahref="https://github.com/xmolecules/jmolecules">jMolecules</a> - Annotations and interfaces to express design and architecture concepts in code. <imgsrc="https://img.shields.io/github/stars/xmolecules/jmolecules?style=social"alt="GitHub stars"> <imgsrc="https://img.shields.io/github/last-commit/xmolecules/jmolecules?style=social"alt="Last commit"></dt>
17
+
</dl>
18
+
19
+
### Option 3: Table Format
20
+
21
+
| Project | Description | Badges |
22
+
|---------|-------------|--------|
23
+
|[ArchUnit](https://github.com/TNG/ArchUnit)| Test library for specifying and asserting architecture rules. ||
24
+
|[jMolecules](https://github.com/xmolecules/jmolecules)| Annotations and interfaces to express design and architecture concepts in code. ||
25
+
26
+
### Option 4: Compact List
27
+
28
+
-**[ArchUnit](https://github.com/TNG/ArchUnit)** - Test library for specifying and asserting architecture rules.
29
+
-**[jMolecules](https://github.com/xmolecules/jmolecules)** - Annotations and interfaces to express design and architecture concepts in code.
0 commit comments