c4-gen 1.6.1 → 1.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +41 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,10 +1,25 @@
|
|
|
1
1
|
# c4-gen 🚀
|
|
2
2
|
|
|
3
|
+
<div align="center">
|
|
4
|
+
|
|
5
|
+
**Created by [Hao Duong (haodq4)](https://github.com/haodq4)**
|
|
6
|
+
|
|
7
|
+
[](https://github.com/haodq4)
|
|
8
|
+
[](https://www.linkedin.com/in/haodq)
|
|
9
|
+
[](mailto:haodq4@gmail.com)
|
|
10
|
+
[](https://www.npmjs.com/~haodq4)
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
</div>
|
|
15
|
+
|
|
3
16
|
> **Automatically generate C4 Model architecture documentation from source code using AI**
|
|
4
17
|
|
|
5
18
|
[](https://www.npmjs.com/package/c4-gen)
|
|
19
|
+
[](https://www.npmjs.com/package/c4-gen)
|
|
6
20
|
[](https://opensource.org/licenses/MIT)
|
|
7
21
|
[](https://nodejs.org)
|
|
22
|
+
[](https://github.com/haodq4/c4-gen/stargazers)
|
|
8
23
|
|
|
9
24
|
[English](#) | [Tiếng Việt](./README.vi.md)
|
|
10
25
|
|
|
@@ -198,15 +213,35 @@ MIT License - xem file [LICENSE](LICENSE)
|
|
|
198
213
|
- Có thể chỉnh sửa markdown output để bổ sung thông tin
|
|
199
214
|
- Sử dụng trên GitHub để tự động render Mermaid diagrams
|
|
200
215
|
|
|
201
|
-
## 🐛 Issues
|
|
216
|
+
## 🐛 Issues & Support
|
|
217
|
+
|
|
218
|
+
Nếu bạn gặp vấn đề hoặc có câu hỏi:
|
|
202
219
|
|
|
203
|
-
|
|
220
|
+
- 📝 [Create an Issue](https://github.com/haodq4/c4-gen/issues)
|
|
221
|
+
- 💬 [GitHub Discussions](https://github.com/haodq4/c4-gen/discussions)
|
|
222
|
+
- 📧 Email: [haodq4@gmail.com](mailto:haodq4@gmail.com)
|
|
204
223
|
|
|
205
|
-
##
|
|
224
|
+
## �💻 Author
|
|
206
225
|
|
|
207
|
-
|
|
208
|
-
|
|
226
|
+
<div align="center">
|
|
227
|
+
|
|
228
|
+
**Hao Duong (haodq4)**
|
|
229
|
+
|
|
230
|
+
[](https://github.com/haodq4)
|
|
231
|
+
[](https://www.linkedin.com/in/haodq4)
|
|
232
|
+
[](mailto:haodq4@gmail.com)
|
|
233
|
+
[](https://www.npmjs.com/~haodq4)
|
|
234
|
+
|
|
235
|
+
**Building tools to make developers' lives easier** 🚀
|
|
236
|
+
|
|
237
|
+
[⭐ Star this repo](https://github.com/haodq4/c4-gen) if you find it useful!
|
|
238
|
+
|
|
239
|
+
</div>
|
|
209
240
|
|
|
210
241
|
---
|
|
211
242
|
|
|
212
|
-
|
|
243
|
+
<div align="center">
|
|
244
|
+
|
|
245
|
+
Made with ❤️ by [Hao Duong](https://github.com/haodq4) for the developer community
|
|
246
|
+
|
|
247
|
+
</div>
|