{"id":46840995,"url":"https://github.com/cbabil/projecthub-packs","last_synced_at":"2026-03-10T13:05:06.832Z","repository":{"id":325568921,"uuid":"1101582523","full_name":"cbabil/projecthub-packs","owner":"cbabil","description":"Official ProjectHub packs: a curated, growing collection of starter bundles and templates that help teams launch projects quickly and   consistently, with a clear, contributor-friendly process to keep the catalog evolving.","archived":false,"fork":false,"pushed_at":"2025-12-27T04:16:16.000Z","size":328,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-28T19:40:00.787Z","etag":null,"topics":["marketplace","projecthub","projecthub-marketplace","templates"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/cbabil.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"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}},"created_at":"2025-11-21T22:16:07.000Z","updated_at":"2025-12-27T04:01:35.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/cbabil/projecthub-packs","commit_stats":null,"previous_names":["cbabil/projecthub-packs"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/cbabil/projecthub-packs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbabil%2Fprojecthub-packs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbabil%2Fprojecthub-packs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbabil%2Fprojecthub-packs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbabil%2Fprojecthub-packs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cbabil","download_url":"https://codeload.github.com/cbabil/projecthub-packs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbabil%2Fprojecthub-packs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30334412,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T12:41:07.687Z","status":"ssl_error","status_checked_at":"2026-03-10T12:41:06.728Z","response_time":106,"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":["marketplace","projecthub","projecthub-marketplace","templates"],"created_at":"2026-03-10T13:05:06.090Z","updated_at":"2026-03-10T13:05:06.826Z","avatar_url":"https://github.com/cbabil.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp\u003e\n  \u003cimg src=\"assets/projecthub-packs.png\" alt=\"ProjectHub Packs\" width=\"320\" align=\"left\" style=\"margin-right:12px;\"\u003e\n  \u003cem\u003eProjectHub Packs: curated, versioned templates and starters installable via a single ZIP URL.\u003c/em\u003e\n\u003c/p\u003e\n\n\u003cbr clear=\"both\"\u003e\n\n\u003cbr\u003e\n\n[![Contributors][contributors-shield]][contributors-url]\n[![Forks][forks-shield]][forks-url]\n[![Stargazers][stars-shield]][stars-url]\n[![Issues][issues-shield]][issues-url]\n[![License][license-shield]][license-url]\n\nProjectHub Packs is the **official marketplace** for community templates and libraries used with ProjectHub. This repository is built into ProjectHub by default—users can install packs from here without any configuration.\n\nWe aim to:\n\n- Offer ready-to-consume, best-practice templates and libraries.\n- Provide a clear, strict submission pathway for contributors.\n- Keep the catalog discoverable via the GitHub wiki and consistent in structure.\n\n## Using this repository\n- Browse the catalog in the [Wiki](../../wiki) for the latest packs and guidance.\n- Packs live under `packs/\u003cpack-name\u003e/` (current: `react-pack`, `python-pack`, `nodejs-pack`, `go-pack`, `vue-pack`, `svelte-pack`). Each pack includes `metadata.yaml`, `README.md`, `LICENSE`, and a `templates/` folder containing item folders listed in `metadata.yaml:contents`.\n- Releases publish one ZIP per pack **and** a `packs-manifest.json` that lists name, description, version, license, technology, download filename, and SHA-256 checksum. ProjectHub reads this manifest to show pack details without downloading ZIPs.\n- Current packs do **not** use per-template metadata; everything is declared in the pack’s `metadata.yaml` with `type` (`template` or `workspace`) and `path` (relative to the pack root).\n- Standalone items outside packs are not used at the moment; contribute via packs unless instructed otherwise.\n- Install/update via ProjectHub Settings → Packs using a ZIP of the pack root (no extra nesting).\n\n## Current packs (this repo)\n\n| Pack         | Category  | Description                                             | Version |\n| ------------ | --------- | ------------------------------------------------------- | ------- |\n| react-pack   | Frontend  | React + TypeScript workspace with Vite                  | 0.2.2   |\n| python-pack  | Backend   | Python workspace with ruff, mypy, and pytest            | 0.2.2   |\n| nodejs-pack  | Backend   | Node.js + TypeScript workspace with Express             | 0.2.2   |\n| go-pack      | Backend   | Go workspace with standard layout and golangci-lint     | 0.2.2   |\n| vue-pack     | Frontend  | Vue 3 + TypeScript workspace with Vite                  | 0.2.2   |\n| svelte-pack  | Frontend  | Svelte 5 + TypeScript workspace with Vite               | 0.2.2   |\n\n## Contributing (strict)\n1. Read the full guidelines in [CONTRIBUTING.md](CONTRIBUTING.md) and the detailed steps in the Wiki’s “Submission Guide”.\n2. Place contributions under the correct path (kebab-case names):\n   - Packs: `packs/\u003cpack-name\u003e/` containing `metadata.yaml`, `README.md`, `LICENSE`, `templates/`\n   - Templates/libraries outside packs: currently discouraged; align with maintainers before adding.\n3. Include **all required files** at the pack root: `metadata.yaml`, `README.md`, `LICENSE`. Items inside the pack don’t need their own README unless specified by maintainers.\n4. Submit a PR and complete every checkbox in the PR template, including a note about the related Wiki update.\n5. Hard gates: metadata lint workflow must pass. Soft gates: link/spell checks may fail but should be fixed unless there’s a reason.\n\n## Governance\n- Branch protection should require passing hard-gate checks before merge; squash merges recommended.\n- Security reporting details are in [SECURITY.md](SECURITY.md).\n\n## Creating your own marketplace\n\nWant to host your own packs? ProjectHub supports multiple marketplaces. Users can add your marketplace alongside the official one.\n\n1. Create a GitHub repository with packs under `packs/\u003cpack-name\u003e/`\n2. Publish releases with ZIP files and a `packs-manifest.json`\n3. Users add your marketplace via `owner/repo` in Settings → Packs\n\nSee the [Wiki: Authoring a Pack](../../wiki/Authoring-a-pack#creating-your-own-marketplace) for full instructions.\n\n## Getting help\nOpen an issue using the appropriate template (bug, new template request, doc fix).\n\n\u003c!-- MARKDOWN REFERENCE LINKS --\u003e\n[contributors-shield]: https://img.shields.io/github/contributors/cbabil/projecthub-packs.svg?style=for-the-badge\n[contributors-url]: https://github.com/cbabil/projecthub-packs/graphs/contributors\n[forks-shield]: https://img.shields.io/github/forks/cbabil/projecthub-packs.svg?style=for-the-badge\n[forks-url]: https://github.com/cbabil/projecthub-packs/network/members\n[stars-shield]: https://img.shields.io/github/stars/cbabil/projecthub-packs.svg?style=for-the-badge\n[stars-url]: https://github.com/cbabil/projecthub-packs/stargazers\n[issues-shield]: https://img.shields.io/github/issues/cbabil/projecthub-packs.svg?style=for-the-badge\n[issues-url]: https://github.com/cbabil/projecthub-packs/issues\n[license-shield]: https://img.shields.io/github/license/cbabil/projecthub-packs.svg?style=for-the-badge\n[license-url]: https://github.com/cbabil/projecthub-packs/blob/main/LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcbabil%2Fprojecthub-packs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcbabil%2Fprojecthub-packs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcbabil%2Fprojecthub-packs/lists"}