Skip to content

Commit d3b3347

Browse files
committed
test
1 parent bdf56c1 commit d3b3347

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

test_github_compatible.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Test GitHub-Compatible Layouts
2+
3+
## Architecture
4+
5+
_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. ![GitHub stars](https://img.shields.io/github/stars/TNG/ArchUnit?style=social) ![Last commit](https://img.shields.io/github/last-commit/TNG/ArchUnit?style=social)
10+
- **[jMolecules](https://github.com/xmolecules/jmolecules)** - Annotations and interfaces to express design and architecture concepts in code. ![GitHub stars](https://img.shields.io/github/stars/xmolecules/jmolecules?style=social) ![Last commit](https://img.shields.io/github/last-commit/xmolecules/jmolecules?style=social)
11+
12+
### Option 2: Definition List (HTML)
13+
14+
<dl>
15+
<dt><a href="https://github.com/TNG/ArchUnit">ArchUnit</a> - Test library for specifying and asserting architecture rules. <img src="https://img.shields.io/github/stars/TNG/ArchUnit?style=social" alt="GitHub stars"> <img src="https://img.shields.io/github/last-commit/TNG/ArchUnit?style=social" alt="Last commit"></dt>
16+
<dt><a href="https://github.com/xmolecules/jmolecules">jMolecules</a> - Annotations and interfaces to express design and architecture concepts in code. <img src="https://img.shields.io/github/stars/xmolecules/jmolecules?style=social" alt="GitHub stars"> <img src="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. | ![GitHub stars](https://img.shields.io/github/stars/TNG/ArchUnit?style=social) ![Last commit](https://img.shields.io/github/last-commit/TNG/ArchUnit?style=social) |
24+
| [jMolecules](https://github.com/xmolecules/jmolecules) | Annotations and interfaces to express design and architecture concepts in code. | ![GitHub stars](https://img.shields.io/github/stars/xmolecules/jmolecules?style=social) ![Last commit](https://img.shields.io/github/last-commit/xmolecules/jmolecules?style=social) |
25+
26+
### Option 4: Compact List
27+
28+
- **[ArchUnit](https://github.com/TNG/ArchUnit)** ![GitHub stars](https://img.shields.io/github/stars/TNG/ArchUnit?style=social) ![Last commit](https://img.shields.io/github/last-commit/TNG/ArchUnit?style=social) - Test library for specifying and asserting architecture rules.
29+
- **[jMolecules](https://github.com/xmolecules/jmolecules)** ![GitHub stars](https://img.shields.io/github/stars/xmolecules/jmolecules?style=social) ![Last commit](https://img.shields.io/github/last-commit/xmolecules/jmolecules?style=social) - Annotations and interfaces to express design and architecture concepts in code.

0 commit comments

Comments
 (0)