{"id":26791747,"url":"https://github.com/qqw1584913629/etcodetool","last_synced_at":"2026-02-12T21:02:52.193Z","repository":{"id":267127903,"uuid":"899834430","full_name":"qqw1584913629/ETCodeTool","owner":"qqw1584913629","description":"ET框架8.1的代码生成工具，支持一键生成Entity、Component、System和Handler等基础代码。提供图形化界面，简化ET开发流程。Code Generation Tool for ET Framework 8.1, which supports one-click generation of basic code including Entity, Component, System, and Handler. It provides a graphical user interface to simplify the ET development process.","archived":false,"fork":false,"pushed_at":"2025-01-16T06:58:53.000Z","size":1133,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-16T13:46:15.241Z","etag":null,"topics":["et","rider","tools","unity"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qqw1584913629.png","metadata":{"files":{"readme":"README-EN.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-12-07T06:13:48.000Z","updated_at":"2025-02-24T07:37:05.000Z","dependencies_parsed_at":"2024-12-08T15:21:42.212Z","dependency_job_id":"e57895c4-de7c-41d1-88e8-333ab504db7c","html_url":"https://github.com/qqw1584913629/ETCodeTool","commit_stats":null,"previous_names":["qqw1584913629/etcodetool"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/qqw1584913629/ETCodeTool","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qqw1584913629%2FETCodeTool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qqw1584913629%2FETCodeTool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qqw1584913629%2FETCodeTool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qqw1584913629%2FETCodeTool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qqw1584913629","download_url":"https://codeload.github.com/qqw1584913629/ETCodeTool/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qqw1584913629%2FETCodeTool/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29381035,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T20:34:40.886Z","status":"ssl_error","status_checked_at":"2026-02-12T20:23:00.490Z","response_time":55,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["et","rider","tools","unity"],"created_at":"2025-03-29T15:17:41.127Z","updated_at":"2026-02-12T21:02:52.173Z","avatar_url":"https://github.com/qqw1584913629.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 ET Framework 8.1 Code Generator\n\n[![Version](https://img.shields.io/badge/Version-8.1-blue.svg)]()\n[![License](https://img.shields.io/badge/license-MIT-green.svg)]()\n\nEnglish | [简体中文](README.md)\n\n## ✨ Features\n\n🔸 Generate Entity, Component, System and Handler code  \n🔸 Auto-implement common interfaces  \n🔸 Support Server, Client and Share namespaces  \n🔸 Support message handler code generation  \n🔸 User-friendly GUI configuration\n\n## 📥 Installation\n\n\u003e Just a few simple steps to complete installation\n\n1️⃣ Download plugin file (.zip)  \n2️⃣ Open IDE plugin settings (File -\u003e Settings -\u003e Plugins)  \n3️⃣ Click gear icon, select \"Install Plugin from Disk\"  \n4️⃣ Select downloaded plugin file to install  \n5️⃣ Restart IDE to complete installation\n\n## ⚠️ Notes\n\n| Type | Description |\n|------|-------------|\n| Entity | No suffix added automatically |\n| Component | \"Component\" suffix added automatically |\n| System | \"System\" suffix added automatically |\n| Handler | \"Handler\" suffix added automatically |\n\n\u003e 💡 Handler class names must follow X2Y_ZZZ format, otherwise generics need to be filled manually\n\n## 🔨 Usage\n\n\u003cdetails\u003e\n\u003csummary\u003eExpand to view detailed steps\u003c/summary\u003e\n\n1. Right click on project folder\n2. Select New -\u003e ET Code\n3. Configure options in the popup dialog\n   \u003ch3 align=\"center\"\u003eCreate Entity\u003c/h3\u003e\n   \u003cp align=\"center\"\u003e\u003cimg src=\"images/CreateEntity1.png\" alt=\"Create Entity Step 1\"\u003e\u003c/p\u003e\n   \u003cp align=\"center\"\u003e\u003cimg src=\"images/CreateEntity2.png\" alt=\"Create Entity Step 2\"\u003e\u003c/p\u003e\n   \n   \u003ch3 align=\"center\"\u003eCreate Component\u003c/h3\u003e\n   \u003cp align=\"center\"\u003e\u003cimg src=\"images/CreateComponent1.png\" alt=\"Create Component Step 1\"\u003e\u003c/p\u003e\n   \u003cp align=\"center\"\u003e\u003cimg src=\"images/CreateComponent2.png\" alt=\"Create Component Step 2\"\u003e\u003c/p\u003e\n   \n   \u003ch3 align=\"center\"\u003eCreate System\u003c/h3\u003e\n   \u003cp align=\"center\"\u003e\u003cimg src=\"images/CreateSystem1.png\" alt=\"Create System Step 1\"\u003e\u003c/p\u003e\n   \u003cp align=\"center\"\u003e\u003cimg src=\"images/CreateSystem2.png\" alt=\"Create System Step 2\"\u003e\u003c/p\u003e\n   \u003cp align=\"center\"\u003e\u003cimg src=\"images/CreateSystem3.png\" alt=\"Create System Step 3\"\u003e\u003c/p\u003e\n   \n   \u003ch3 align=\"center\"\u003eCreate Message Handler\u003c/h3\u003e\n   \u003cp align=\"center\"\u003e\u003cimg src=\"images/CreateHandler1.png\" alt=\"Create Message Handler Step 1\"\u003e\u003c/p\u003e\n   \u003cp align=\"center\"\u003e\u003cimg src=\"images/CreateHandler2.png\" alt=\"Create Message Handler Step 2\"\u003e\u003c/p\u003e\n4. Click OK to generate code\n\n\u003c/details\u003e\n\n## 🤝 Support\n\nIf you have any issues, please [create an Issue](../../issues) 📮\n\n## 📝 Icon Attribution\n\n\u003ca href=\"https://www.flaticon.com/free-icons/c-sharp\" title=\"c sharp icons\"\u003eC sharp icons created by Freepik - Flaticon\u003c/a\u003e\n\n---\n*Make code generation simpler, development more efficient!*","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqqw1584913629%2Fetcodetool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqqw1584913629%2Fetcodetool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqqw1584913629%2Fetcodetool/lists"}