mirror of
https://github.com/github/awesome-copilot.git
synced 2026-08-29 12:03:09 +00:00
21 lines
527 B
JSON
21 lines
527 B
JSON
{
|
|
"name": "canvas-edit-tutorial",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"main": "extension.mjs",
|
|
"description": "GitHub Copilot canvas extension that turns agent code edits, or a commit's changes, into an interactive lesson with a walkthrough and a hands-on variation exercise.",
|
|
"dependencies": {
|
|
"@github/copilot-sdk": "latest"
|
|
},
|
|
"keywords": [
|
|
"agent-edits",
|
|
"code-walkthrough",
|
|
"commit-walkthrough",
|
|
"guided-exercise",
|
|
"interactive-tutorial",
|
|
"learning",
|
|
"onboarding"
|
|
]
|
|
}
|
|
|