Skip to content

Commit f7dcf46

Browse files
authored
Merge pull request #84 from open-template-hub/develop
Release/updated docs
2 parents eab64e5 + 217f1a6 commit f7dcf46

File tree

2 files changed

+166
-12
lines changed

2 files changed

+166
-12
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

README.md

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

2222
Available server types are:
2323

24-
* [Payment Server](https://github.com/open-template-hub/payment-server-template)
25-
* [Business Logic Server](https://github.com/open-template-hub/business-logic-server-template)
26-
* [Auth Server](https://github.com/open-template-hub/auth-server-template)
27-
* [File Storage Server](https://github.com/open-template-hub/file-storage-server-template)
28-
* [Analytics Server](https://github.com/open-template-hub/analytics-server-template)
29-
* [Mail Server](https://github.com/open-template-hub/mail-server-template)
24+
<table>
25+
<tr>
26+
<td align="center">
27+
<a href="https://github.com/open-template-hub/auth-server-template">
28+
<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=""/>
29+
<br />
30+
<sub>
31+
<b>
32+
Auth Server
33+
</b>
34+
</sub>
35+
</a>
36+
</td>
37+
<td align="center">
38+
<a href="https://github.com/open-template-hub/payment-server-template">
39+
<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=""/>
40+
<br />
41+
<sub>
42+
<b>
43+
Payment Server
44+
</b>
45+
</sub>
46+
</a>
47+
</td>
48+
<td align="center">
49+
<a href="https://github.com/open-template-hub/file-storage-server-template">
50+
<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=""/>
51+
<br />
52+
<sub>
53+
<b>
54+
File Storage Server
55+
</b>
56+
</sub>
57+
</a>
58+
</td>
59+
<td align="center">
60+
<a href="https://github.com/open-template-hub/business-logic-server-template">
61+
<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=""/>
62+
<br />
63+
<sub>
64+
<b>
65+
Business Logic Server
66+
</b>
67+
</sub>
68+
</a>
69+
</td>
70+
</tr>
71+
<tr>
72+
<td align="center">
73+
<a href="https://github.com/open-template-hub/analytics-server-template">
74+
<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=""/>
75+
<br />
76+
<sub>
77+
<b>
78+
Analytics Server
79+
</b>
80+
</sub>
81+
</a>
82+
</td>
83+
<td align="center">
84+
<a href="https://github.com/open-template-hub/mail-server-template">
85+
<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=""/>
86+
<br />
87+
<sub>
88+
<b>
89+
Mail Server
90+
</b>
91+
</sub>
92+
</a>
93+
</td>
94+
<td align="center">
95+
<a href="https://github.com/open-template-hub/sms-server-template">
96+
<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=""/>
97+
<br />
98+
<sub>
99+
<b>
100+
SMS Server
101+
</b>
102+
</sub>
103+
</a>
104+
</td>
105+
</tr>
106+
</table>
30107

31108
## About the NPM Package
32109

0 commit comments

Comments
 (0)