{"id":13469680,"url":"https://github.com/coderoad/coderoad-vscode","last_synced_at":"2025-05-16T19:04:10.300Z","repository":{"id":38991882,"uuid":"188644594","full_name":"coderoad/coderoad-vscode","owner":"coderoad","description":"👩‍💻  Create or play Interactive coding tutorials in VSCode","archived":false,"fork":false,"pushed_at":"2023-02-04T02:36:58.000Z","size":13138,"stargazers_count":958,"open_issues_count":49,"forks_count":38,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-04-12T17:46:58.722Z","etag":null,"topics":["tutorial","tutorial-code","tutorial-exercises","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"https://coderoad.github.io","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/coderoad.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-05-26T05:39:40.000Z","updated_at":"2025-04-04T20:45:41.000Z","dependencies_parsed_at":"2023-02-18T13:16:08.621Z","dependency_job_id":null,"html_url":"https://github.com/coderoad/coderoad-vscode","commit_stats":null,"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderoad%2Fcoderoad-vscode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderoad%2Fcoderoad-vscode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderoad%2Fcoderoad-vscode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderoad%2Fcoderoad-vscode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coderoad","download_url":"https://codeload.github.com/coderoad/coderoad-vscode/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254592368,"owners_count":22097011,"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","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":["tutorial","tutorial-code","tutorial-exercises","vscode","vscode-extension"],"created_at":"2024-07-31T15:01:50.502Z","updated_at":"2025-05-16T19:04:10.264Z","avatar_url":"https://github.com/coderoad.png","language":"TypeScript","readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://coderoad.github.io/\"\u003e\n    \u003cimg alt=\"CodeRoad Logo\" src=\"https://user-images.githubusercontent.com/9423525/89562564-26b4f780-d7e8-11ea-9eb0-3109b0e55d3b.png\" width=\"100\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003ch1 align=\"center\"\u003e\nCodeRoad\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://marketplace.visualstudio.com/items?itemName=CodeRoad.coderoad\" alt=\"Version\"\u003e\u003cimg src=\"https://vsmarketplacebadge.apphb.com/version/Coderoad.coderoad.svg\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://marketplace.visualstudio.com/items?itemName=CodeRoad.coderoad\" alt=\"Installs\"\u003e\u003cimg src=\"https://vsmarketplacebadge.apphb.com/installs/Coderoad.coderoad.svg\" /\u003e\u003c/a\u003e\n   \u003ca href=\"https://marketplace.visualstudio.com/items?itemName=CodeRoad.coderoad\" alt=\"Downloads\"\u003e\u003cimg src=\"https://vsmarketplacebadge.apphb.com/downloads/Coderoad.coderoad.svg\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\nCodeRoad is a VSCode extension that allows you to create and play interactive coding tutorials in your editor.\n\nWorks with a variety of languages: JavaScript, Python, Bash, SQL, with more to come.\n\n![CodeRoad Example](./docs/static/gif/coderoad-example.gif)\n\n---\n\n## [📖 Documentation](https://coderoad.github.io/docs/overview)\n\n- [Create a Tutorial](https://coderoad.github.io/docs/build-tutorial)\n- [Develop the Extension](https://coderoad.github.io/docs/development)\n\n## How CodeRoad Works\n\n1. Text is written in Markdown. [🔗](https://github.com/coderoad/fcc-learn-npm/blob/master/TUTORIAL.md)\n2. Tutorials are built on Git using a TDD pattern. [🔗](https://github.com/coderoad/fcc-learn-npm/commits/v0.4.2)\n3. Hooks \u0026 actions give flexible access to the command line \u0026 VSCode API. [📖](https://coderoad.github.io/docs/hooks-actions/)\n\n▶️ \u0026nbsp;[See a video explaining how CodeRoad works](http://www.youtube.com/watch?v=htrbKlgAvuE 'How CodeRoad Works')\n\n📖 \u0026nbsp;[Learn more](https://coderoad.github.io/docs/how-coderoad-works)\n\n---\n\n## Getting Started\n\n### Requirements\n\n- OS: MacOS, Linux, Windows\n- VSCode 1.39.2+\n- Git\n\n### Install\n\n1. install CodeRoad from [the VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=CodeRoad.coderoad).\n2. reload the window (`ctrl/cmd + R`) to get started.\n\n### Start\n\n![CodeRoad Example](./docs/static/gif/launch-coderoad.gif)\n\nTo start the extension, inside VSCode:\n\n- Open an **empty** VSCode workspace (a project folder)\n- Launch the app from the VSCode command palette. How?\n\n  - select “View” \u003e “Command Palette” from the top panel OR press `cmd/ctrl + shift + P`\n  - in the command palette popup, search for and run `CodeRoad:Start`\n\n---\n\n## Contributing\n\nCodeRoad is an ambitious project, we're always looking for contributors :)\n\nSee [CONTRIBUTING.md](./CONTRIBUTING.md).\n\n## License\n\n[AGPL v3](./LICENSE.md)\n\n## Contact \u0026 Support\n\n- Create a [GitHub issue](https://github.com/coderoad/coderoad-vscode/issues/new/choose) for bug reports, feature requests, or questions\n- Reach out at `coderoadapp@gmail.com`\n- Leave [a review](https://marketplace.visualstudio.com/items?itemName=CodeRoad.coderoad\u0026ssr=false#review-details) in the VSCode Marketplace\n- Add a ⭐️ star on GitHub to support the project!\n","funding_links":[],"categories":["TypeScript","vscode-extension"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderoad%2Fcoderoad-vscode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoderoad%2Fcoderoad-vscode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderoad%2Fcoderoad-vscode/lists"}