{"id":28219676,"url":"https://github.com/codevideo/codevideo-adapters","last_synced_at":"2026-02-27T12:39:20.071Z","repository":{"id":290908103,"uuid":"975947231","full_name":"codevideo/codevideo-adapters","owner":"codevideo","description":"Adapters for third party services (file system, github, etc.) to connect to the CodeVideo ecosystem.","archived":false,"fork":false,"pushed_at":"2025-06-14T10:56:52.000Z","size":80,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-23T09:51:57.540Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/codevideo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2025-05-01T07:33:25.000Z","updated_at":"2025-06-14T10:56:56.000Z","dependencies_parsed_at":"2025-05-01T09:22:53.440Z","dependency_job_id":"e8a57c35-66f5-4b43-b5c9-9c2b43bb87ae","html_url":"https://github.com/codevideo/codevideo-adapters","commit_stats":null,"previous_names":["codevideo/codevideo-adapters"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codevideo/codevideo-adapters","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codevideo%2Fcodevideo-adapters","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codevideo%2Fcodevideo-adapters/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codevideo%2Fcodevideo-adapters/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codevideo%2Fcodevideo-adapters/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codevideo","download_url":"https://codeload.github.com/codevideo/codevideo-adapters/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codevideo%2Fcodevideo-adapters/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29895253,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T12:09:13.686Z","status":"ssl_error","status_checked_at":"2026-02-27T12:09:13.282Z","response_time":57,"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":[],"created_at":"2025-05-18T03:11:18.460Z","updated_at":"2026-02-27T12:39:20.053Z","avatar_url":"https://github.com/codevideo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# codevideo-adapters\n\nAdapters for third party services (file system, GitHub, etc.) to connect to the CodeVideo ecosystem.\n\nCurrently, all adapters are not web compatible and are meant to be used in Node.js environments.\n\n## Usage - File System Adapter\n\nStart your CodeVideo lesson with the exact same starting point as any existing codebase, by providing the path to the folder containing your code:\n\n```ts\nimport { buildFileStructureFromRootFolder } from \"@fullstackcraftllc/codevideo-adapters\";\n\nconst fileStructure = await buildFileStructureFromRootFolder(\"/path/to/your/codebase\");\n\n// use fileStructure in the initialSnapshot of your lesson\n\n```\n\nReturns a file structure of type [`IFileStructure`](https://github.com/codevideo/codevideo-types/blob/main/src/interfaces/IFileStructure.ts) from the `@fullstackcraftllc/codevideo-types` package.\n\n## Usage - GitHub Adapter\n\nStart your CodeVideo lesson at the exact file structure as a GitHub repository link.\n\nComing soon.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodevideo%2Fcodevideo-adapters","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodevideo%2Fcodevideo-adapters","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodevideo%2Fcodevideo-adapters/lists"}