Skip to content

Commit 217f1a6

Browse files
authored
Update NPM-README.md
1 parent b084927 commit 217f1a6

File tree

1 file changed

+83
-6
lines changed

1 file changed

+83
-6
lines changed

NPM-README.md

Lines changed: 83 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,89 @@ Command-line interface generator of the servers at [Open Template Hub](https://g
1515

1616
Available server types are:
1717

18-
* [Payment Server](https://github.com/open-template-hub/payment-server-template)
19-
* [Business Logic Server](https://github.com/open-template-hub/business-logic-server-template)
20-
* [Auth Server](https://github.com/open-template-hub/auth-server-template)
21-
* [File Storage Server](https://github.com/open-template-hub/file-storage-server-template)
22-
* [Analytics Server](https://github.com/open-template-hub/analytics-server-template)
23-
* [Mail Server](https://github.com/open-template-hub/mail-server-template)
18+
<table>
19+
<tr>
20+
<td align="center">
21+
<a href="https://github.com/open-template-hub/auth-server-template">
22+
<img src="https://raw.githubusercontent.com/open-template-hub/open-template-hub.github.io/master/assets/logo/server/auth-server-logo.png" width="100px;" alt=""/>
23+
<br />
24+
<sub>
25+
<b>
26+
Auth Server
27+
</b>
28+
</sub>
29+
</a>
30+
</td>
31+
<td align="center">
32+
<a href="https://github.com/open-template-hub/payment-server-template">
33+
<img src="https://raw.githubusercontent.com/open-template-hub/open-template-hub.github.io/master/assets/logo/server/payment-server-logo.png" width="100px;" alt=""/>
34+
<br />
35+
<sub>
36+
<b>
37+
Payment Server
38+
</b>
39+
</sub>
40+
</a>
41+
</td>
42+
<td align="center">
43+
<a href="https://github.com/open-template-hub/file-storage-server-template">
44+
<img src="https://raw.githubusercontent.com/open-template-hub/open-template-hub.github.io/master/assets/logo/server/file-storage-server-logo.png" width="100px;" alt=""/>
45+
<br />
46+
<sub>
47+
<b>
48+
File Storage Server
49+
</b>
50+
</sub>
51+
</a>
52+
</td>
53+
<td align="center">
54+
<a href="https://github.com/open-template-hub/business-logic-server-template">
55+
<img src="https://raw.githubusercontent.com/open-template-hub/open-template-hub.github.io/master/assets/logo/server/business-logic-server-logo.png" width="100px;" alt=""/>
56+
<br />
57+
<sub>
58+
<b>
59+
Business Logic Server
60+
</b>
61+
</sub>
62+
</a>
63+
</td>
64+
</tr>
65+
<tr>
66+
<td align="center">
67+
<a href="https://github.com/open-template-hub/analytics-server-template">
68+
<img src="https://raw.githubusercontent.com/open-template-hub/open-template-hub.github.io/master/assets/logo/server/analytics-server-logo.png" width="100px;" alt=""/>
69+
<br />
70+
<sub>
71+
<b>
72+
Analytics Server
73+
</b>
74+
</sub>
75+
</a>
76+
</td>
77+
<td align="center">
78+
<a href="https://github.com/open-template-hub/mail-server-template">
79+
<img src="https://raw.githubusercontent.com/open-template-hub/open-template-hub.github.io/master/assets/logo/server/mail-server-logo.png" width="100px;" alt=""/>
80+
<br />
81+
<sub>
82+
<b>
83+
Mail Server
84+
</b>
85+
</sub>
86+
</a>
87+
</td>
88+
<td align="center">
89+
<a href="https://github.com/open-template-hub/sms-server-template">
90+
<img src="https://raw.githubusercontent.com/open-template-hub/open-template-hub.github.io/master/assets/logo/server/sms-server-logo.png" width="100px;" alt=""/>
91+
<br />
92+
<sub>
93+
<b>
94+
SMS Server
95+
</b>
96+
</sub>
97+
</a>
98+
</td>
99+
</tr>
100+
</table>
24101

25102
## About the NPM Package
26103

0 commit comments

Comments
 (0)