{"id":48290699,"url":"https://github.com/leonwong282/awesome-project-template","last_synced_at":"2026-04-04T23:05:35.861Z","repository":{"id":313914149,"uuid":"1053145036","full_name":"leonwong282/awesome-project-template","owner":"leonwong282","description":"A modern, beautiful, and well-structured open source project template for web applications.","archived":false,"fork":false,"pushed_at":"2026-01-12T07:53:09.000Z","size":1104,"stargazers_count":2,"open_issues_count":8,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-12T17:50:48.490Z","etag":null,"topics":["boilerplate","github","open-sourece","template"],"latest_commit_sha":null,"homepage":"https://leonwong282.github.io/awesome-project-template/docs","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/leonwong282.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":null},"created_at":"2025-09-09T03:54:59.000Z","updated_at":"2026-01-12T07:52:51.000Z","dependencies_parsed_at":"2025-09-28T11:25:21.393Z","dependency_job_id":"b0227125-92a0-47d6-8261-5cc0af9d39d0","html_url":"https://github.com/leonwong282/awesome-project-template","commit_stats":null,"previous_names":["leonwong282/simple-beatiful-open-project-templete","leonwong282/awesome-project-template"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/leonwong282/awesome-project-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leonwong282%2Fawesome-project-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leonwong282%2Fawesome-project-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leonwong282%2Fawesome-project-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leonwong282%2Fawesome-project-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leonwong282","download_url":"https://codeload.github.com/leonwong282/awesome-project-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leonwong282%2Fawesome-project-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31418288,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T20:09:54.854Z","status":"ssl_error","status_checked_at":"2026-04-04T20:09:44.350Z","response_time":60,"last_error":"SSL_read: 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":["boilerplate","github","open-sourece","template"],"created_at":"2026-04-04T23:05:35.755Z","updated_at":"2026-04-04T23:05:35.837Z","avatar_url":"https://github.com/leonwong282.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca id=\"readme-top\"\u003e\u003c/a\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n\u003ca href=\"https://github.com/leonwong282/awesome-project-template\"\u003e\n  \u003cimg src=\"images/logo.png\" alt=\"Logo\" width=\"80\" height=\"80\"\u003e\n\u003c/a\u003e\n\n# 🚀 Awesome Project Template\n\n\u003e A modern, beautiful, and well-structured open source project template\n\n![Version](https://img.shields.io/badge/Version-1.0.0-blue?style=for-the-badge)\n![License](https://img.shields.io/badge/License-GPL--3.0-red?style=for-the-badge)\n![Template](https://img.shields.io/badge/Template-Ready-green?style=for-the-badge)\n![Stars](https://img.shields.io/github/stars/leonwong282/awesome-project-template?style=for-the-badge\u0026color=yellow)\n\n[🌍 English](README.md) | [🇹🇼 繁體中文](README.zh-TW.md)\n\n[Features](#-features) • [Quick Start](#-quick-start) • [Structure](#-template-structure) • [Contributing](#-contributing)\n\n\u003c/div\u003e\n\n## ✨ Features\n\n- 📝 **Documentation-First**: Comprehensive README, contributing guides, and documentation structure\n- 🤝 **GitHub Integration**: Issue templates, PR templates, and community health files\n- 🌍 **Multi-Language**: README in English and Traditional Chinese\n- 📋 **Community Standards**: Code of Conduct, Security Policy, and Contributing guidelines\n- ⚙️ **Editor Consistency**: EditorConfig for consistent code style across editors\n- 🏷️ **Conventional Commits**: Structured commit message guidelines\n\n## 🚀 Quick Start\n\n### Using as Template\n\n**Method 1: GitHub Web Interface (Recommended)**\n1. Click the \"Use this template\" button above\n2. Configure your new repository\n3. Start coding!\n\n**Method 2: GitHub CLI**\n```bash\ngh repo create your-project-name \\\n  --template leonwong282/awesome-project-template \\\n  --public --clone\n```\n\n**Method 3: Manual Clone**\n```bash\ngit clone https://github.com/leonwong282/awesome-project-template.git your-project\ncd your-project\nrm -rf .git \u0026\u0026 git init\n```\n\n### After Creating Your Project\n\n1. **Update project information**\n   - Replace \"Project Name\" placeholders in documentation\n   - Update repository URLs to your own\n   - Configure author information\n\n2. **Add your tech stack**\n   - Create `package.json`, `requirements.txt`, or your dependency file\n   - Add source code directories (`src/`, `lib/`, etc.)\n   - Set up your build tools and CI/CD\n\n3. **Customize documentation**\n   - Update `docs/GETTING_STARTED.md` with your setup instructions\n   - Modify issue templates for your project's needs\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## 🏗️ Template Structure\n\n```\nawesome-project-template/\n├── 📚 docs/                     # Documentation hub\n│   ├── GETTING_STARTED.md       # Setup guide template\n│   └── README.md                # Documentation index\n├── 🤝 .github/                  # GitHub integration\n│   ├── ISSUE_TEMPLATE/          # Issue templates (bug, feature, docs, question)\n│   ├── copilot-instructions.md  # AI coding assistant guidance\n│   └── pull_request_template.md # PR template\n├── 🖼️ images/                   # Visual assets\n│   └── logo.png                 # Project logo\n├── 📋 Community Files\n│   ├── README.md                # This file\n│   ├── README.zh-TW.md          # Traditional Chinese README\n│   ├── CONTRIBUTING.md          # Contribution guidelines\n│   ├── CODE_OF_CONDUCT.md       # Community standards\n│   ├── SECURITY.md              # Security policy\n│   ├── CHANGELOG.md             # Version history template\n│   └── LICENSE                  # GPL-3.0 license\n└── ⚙️ Configuration\n    ├── .editorconfig            # Editor settings\n    ├── .gitignore               # Git ignore patterns\n    └── .gitattributes           # Git attributes\n```\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## 📖 Documentation\n\n- **[📚 Documentation Hub](docs/README.md)** - Complete documentation index\n- **[🚀 Getting Started](docs/GETTING_STARTED.md)** - Setup instructions template\n- **[🤝 Contributing](CONTRIBUTING.md)** - How to contribute\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## 🤝 Contributing\n\nWe welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) for details.\n\n### Quick Contribution Steps\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'feat: add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## 📋 Roadmap\n\n- [x] Core template structure\n- [x] GitHub issue/PR templates\n- [x] Multi-language README\n- [x] Community health files\n- [ ] CI/CD workflow templates\n- [ ] Docker configuration templates\n- [ ] Additional language READMEs\n\nSee the [open issues](https://github.com/leonwong282/awesome-project-template/issues) for more.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## 📄 License\n\nThis project is licensed under the GPL-3.0 License - see the [LICENSE](LICENSE) file for details.\n\n## 👥 Author\n\n**Leon Wong** - [leonwong282](https://github.com/leonwong282)\n\n## 🙏 Acknowledgments\n\n- [Best-README-Template](https://github.com/othneildrew/Best-README-Template)\n- [Contributor Covenant](https://www.contributor-covenant.org/)\n- [Keep a Changelog](https://keepachangelog.com/)\n- [Shields.io](https://shields.io/)\n\n## 📞 Support\n\n- 📝 [Open an issue](https://github.com/leonwong282/awesome-project-template/issues/new)\n- 💬 [Start a discussion](https://github.com/leonwong282/awesome-project-template/discussions)\n- 📧 Email: leonwong282@gmail.com\n\n---\n\n\u003cdiv align=\"center\"\u003e\n\n**⭐ Star this repository if it helped you!**\n\nMade with ❤️ by [Leon](https://github.com/leonwong282)\n\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleonwong282%2Fawesome-project-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleonwong282%2Fawesome-project-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleonwong282%2Fawesome-project-template/lists"}