@@ -21,12 +21,89 @@ Command-line interface generator of the servers at [Open Template Hub](https://g
21
21
22
22
Available server types are:
23
23
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 >
30
107
31
108
## About the NPM Package
32
109
0 commit comments