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.
Files changed (2) hide show
  1. package/README.md +41 -6
  2. 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
+ [![GitHub](https://img.shields.io/badge/GitHub-haodq4-181717?style=flat-square&logo=github)](https://github.com/haodq4)
8
+ [![LinkedIn](https://img.shields.io/badge/LinkedIn-haodq4-0077B5?style=flat-square&logo=linkedin)](https://www.linkedin.com/in/haodq)
9
+ [![Email](https://img.shields.io/badge/Email-haodq4%40gmail.com-D14836?style=flat-square&logo=gmail&logoColor=white)](mailto:haodq4@gmail.com)
10
+ [![NPM](https://img.shields.io/badge/NPM-haodq4-CB3837?style=flat-square&logo=npm)](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
  [![NPM Version](https://img.shields.io/npm/v/c4-gen.svg)](https://www.npmjs.com/package/c4-gen)
19
+ [![Downloads](https://img.shields.io/npm/dt/c4-gen.svg)](https://www.npmjs.com/package/c4-gen)
6
20
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
7
21
  [![Node Version](https://img.shields.io/node/v/c4-gen.svg)](https://nodejs.org)
22
+ [![GitHub Stars](https://img.shields.io/github/stars/haodq4/c4-gen?style=social)](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
- Nếu bạn gặp vấn đề, hãy tạo issue tại [GitHub Issues](https://github.com/your-username/c4-gen/issues)
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
- ## 📧 Contact
224
+ ## �‍💻 Author
206
225
 
207
- - GitHub: [@haodq4](https://github.com/haodq4)
208
- - Email: haodq4@gmail.com
226
+ <div align="center">
227
+
228
+ **Hao Duong (haodq4)**
229
+
230
+ [![GitHub](https://img.shields.io/badge/GitHub-haodq4-181717?style=for-the-badge&logo=github)](https://github.com/haodq4)
231
+ [![LinkedIn](https://img.shields.io/badge/LinkedIn-Connect-0077B5?style=for-the-badge&logo=linkedin)](https://www.linkedin.com/in/haodq4)
232
+ [![Email](https://img.shields.io/badge/Email-haodq4%40gmail.com-D14836?style=for-the-badge&logo=gmail&logoColor=white)](mailto:haodq4@gmail.com)
233
+ [![NPM](https://img.shields.io/badge/NPM-haodq4-CB3837?style=for-the-badge&logo=npm)](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
- Made with ❤️ for the developer community
243
+ <div align="center">
244
+
245
+ Made with ❤️ by [Hao Duong](https://github.com/haodq4) for the developer community
246
+
247
+ </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "c4-gen",
3
- "version": "1.6.1",
3
+ "version": "1.6.2",
4
4
  "description": "Công cụ tự động sinh tài liệu kiến trúc C4 Model từ source code sử dụng AI",
5
5
  "main": "index.js",
6
6
  "type": "module",