{"id":28926072,"url":"https://github.com/codecrafters-io/course-sdk","last_synced_at":"2025-08-20T23:06:57.768Z","repository":{"id":209040499,"uuid":"723085501","full_name":"codecrafters-io/course-sdk","owner":"codecrafters-io","description":"A rewrite of course-sdk, with better developer ergonomics","archived":false,"fork":false,"pushed_at":"2025-07-01T21:38:36.000Z","size":16474,"stargazers_count":59,"open_issues_count":3,"forks_count":17,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-08-17T20:55:40.899Z","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/codecrafters-io.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":"2023-11-24T16:40:53.000Z","updated_at":"2025-08-10T21:18:31.000Z","dependencies_parsed_at":"2024-06-11T13:37:56.454Z","dependency_job_id":"3d684e6a-d13d-4d25-957e-6b49341a5f40","html_url":"https://github.com/codecrafters-io/course-sdk","commit_stats":null,"previous_names":["codecrafters-io/course-sdk-v2","codecrafters-io/course-sdk"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codecrafters-io/course-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecrafters-io%2Fcourse-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecrafters-io%2Fcourse-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecrafters-io%2Fcourse-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecrafters-io%2Fcourse-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codecrafters-io","download_url":"https://codeload.github.com/codecrafters-io/course-sdk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codecrafters-io%2Fcourse-sdk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271400259,"owners_count":24752830,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-20T02:00:09.606Z","response_time":69,"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":[],"created_at":"2025-06-22T11:38:15.111Z","updated_at":"2025-08-20T23:06:57.763Z","avatar_url":"https://github.com/codecrafters-io.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"This repository is used to develop \u0026 test CodeCrafters challenges.\n\n## Installation\n\n- Make sure that you have [Docker](https://docs.docker.com/engine/install/) installed.\n- For now, you'll need to compile the SDK from source using Bun.\n  - Make sure you have [Bun](https://bun.sh/docs/installation) installed.\n  - Clone this repository and run `bun install \u0026\u0026 make install`\n  - (In the future, we'll publish pre-compiled binaries for the SDK)\n  - `lstat` is not present in MacOS, create a symlink to `stat` in usr/local/bin `sudo ln -s /usr/bin/stat /usr/local/bin/lstat`\n- Test it with `course-sdk --version`.\n\n## Developing courses\n\nWe'll use [`build-your-own-git`](https://github.com/codecrafters-io/build-your-own-git) as an example here.\n\nClone the course repository and cd into it:\n\n```sh\ngit clone https://github.com/codecrafters-io/build-your-own-git.git\ncd build-your-own-git\n```\n\n### Running tests\n\nRun this command to compile and test Go solutions:\n\n```sh\ncourse-sdk test go # test all stages for Go\ncourse-sdk test go stage_slug_1,stage_slug_2 # test only specific stages\n```\n\n### Compiling starter code \u0026 solutions\n\nIf you want to just compile the starter code \u0026 solutions, and not run tests:\n\n```sh\ncourse-sdk compile # compiles all languages\ncourse-sdk compile go # compiles only Go\n```\n\nTo add support for a new language (TODO, not working yet):\n\n```sh\ncourse-sdk add-language \u003clanguage\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodecrafters-io%2Fcourse-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodecrafters-io%2Fcourse-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodecrafters-io%2Fcourse-sdk/lists"}