MCPcopy Create free account
hub / github.com/R44VC0RP/opencode.cafe / ParsedExtension

Interface ParsedExtension

scripts/import-awesome-list.ts:22–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22interface ParsedExtension {
23 name: string
24 url: string
25 description: string
26 category: string
27 repoOwner?: string
28 repoName?: string
29}
30
31function extractGitHubInfo(url: string): { owner: string; repo: string } | null {
32 const match = url.match(/github\.com\/([^\/]+)\/([^\/\)]+)/)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected