{"id":35858177,"url":"https://github.com/interopio/iocd-components","last_synced_at":"2026-06-06T00:02:28.510Z","repository":{"id":312713626,"uuid":"1048463477","full_name":"InteropIO/iocd-components","owner":"InteropIO","description":"io.Connect Desktop components store","archived":false,"fork":false,"pushed_at":"2026-04-15T15:53:51.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-04-15T17:35:17.224Z","etag":null,"topics":["infrastructure-tooling"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/InteropIO.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-01T13:35:02.000Z","updated_at":"2026-03-13T07:56:06.000Z","dependencies_parsed_at":"2026-02-16T13:00:40.658Z","dependency_job_id":null,"html_url":"https://github.com/InteropIO/iocd-components","commit_stats":null,"previous_names":["interopio/desktop-releases","interopio/iocd-components"],"tags_count":231,"template":false,"template_full_name":null,"purl":"pkg:github/InteropIO/iocd-components","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InteropIO%2Fiocd-components","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InteropIO%2Fiocd-components/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InteropIO%2Fiocd-components/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InteropIO%2Fiocd-components/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/InteropIO","download_url":"https://codeload.github.com/InteropIO/iocd-components/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InteropIO%2Fiocd-components/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32368534,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"online","status_checked_at":"2026-04-28T02:00:07.250Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["infrastructure-tooling"],"created_at":"2026-01-08T10:13:11.398Z","updated_at":"2026-04-28T06:01:13.961Z","avatar_url":"https://github.com/InteropIO.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Component Naming Conventions\n\n## Asset Filename Formats\n\nAll component assets must follow specific naming patterns to be properly recognized and parsed by the CLI:\n\n### 1. OS-Specific with Platform and Architecture\n```\n\u003ccomponent-name\u003e-\u003cversion\u003e-\u003cplatform\u003e-\u003carch\u003e.\u003cextension\u003e\n\u003ccomponent-name\u003e-\u003cversion\u003e.\u003cplatform\u003e-\u003carch\u003e.\u003cextension\u003e\n```\n\n**Examples:**\n- `iocd-v10.0.1-build.20250827150311-win32-x64.zip` (dash-separated)\n- `iocd-v10.0.0-build.20250927121929.darwin-arm64.dmg` (dot-separated after build)\n- `myapp-v1.2.3-win32-x64.zip` (without build info)\n\n### 2. OS-Specific with Platform Only\n```\n\u003ccomponent-name\u003e-\u003cversion\u003e-\u003cplatform\u003e.\u003cextension\u003e\n\u003ccomponent-name\u003e-\u003cversion\u003e.\u003cplatform\u003e.\u003cextension\u003e\n```\n\n**Examples:**\n- `bbgv2-v2.0.0.1-win32.zip`\n- `myapp-v1.0.0-build.123-darwin.dmg`\n- `component-v1.0.0-build.123.darwin.zip` (dot-separated)\n\n### 3. OS-Agnostic\n```\n\u003ccomponent-name\u003e-\u003cversion\u003e.\u003cextension\u003e\n```\n\n**Examples:**\n- `webapp-v10.0.0.zip`\n- `webapp-v10.0.0-build.20250927121929.zip`\n\n## Component Names\n- Can contain alphanumeric characters, hyphens, and underscores\n- Should be descriptive and unique\n- Examples: `iocd`, `bb-gv2`, `web-groups-app`, `custom-component`\n\n## Version Formats\n\nThe system supports several version formats:\n\n#### Standard Semantic Versioning\n```\nv\u003cX.Y.Z\u003e\n```\n**Examples:** `v1.0.0`, `v10.5.2`\n\n#### Four-Part Versioning\n```\nv\u003cX.Y.Z.B\u003e\n```\n**Examples:** `v10.0.0.1`, `v2.1.3.5`\n\n#### Build Timestamp Versions\n```\nv\u003cX.Y.Z\u003e-build.\u003cTIMESTAMP\u003e\n```\n**Examples:** `v10.0.0-build.20250927121929`, `v1.2.3-build.123456789`\n\n## Platform Identifiers\n- **win32**: Windows (x86/x64)\n- **darwin**: macOS (Intel/Apple Silicon)\n\n## Architecture Identifiers\n- **x64**: 64-bit Intel/AMD\n- **x86**: 32-bit Intel/AMD\n- **arm64**: ARM 64-bit (Apple Silicon)\n- **ia32**: 32-bit Intel\n\n### File Extensions\n- **Windows**: `.zip`, `.exe`, `.msi`\n- **macOS**: `.dmg`, `.zip`\n- **Cross-platform**: `.zip`\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finteropio%2Fiocd-components","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finteropio%2Fiocd-components","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finteropio%2Fiocd-components/lists"}