mirror of
https://github.com/github/awesome-copilot.git
synced 2026-05-27 17:11:44 +00:00
Add winappcli external plugin (#1674)
* Add winappcli external plugin References microsoft/WinAppCli rel/v0.3.1 branch. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Address PR feedback: use source.ref and trim keywords Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * moving ref to stable branch * removing skills doc and references * minor changes in language --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -334,5 +334,34 @@
|
||||
"repo": "microsoft/win-dev-skills",
|
||||
"path": "plugins/winui"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "winappcli",
|
||||
"description": "Windows app development, packaging, and distribution. Helps with creating Windows installers (MSIX), code signing, certificates, Windows SDK and Windows App SDK setup, package identity for Windows APIs (push notifications, background tasks, share target), appxmanifest authoring, and Microsoft Store distribution. Supports Electron, .NET, C++, Rust, Flutter, and Tauri apps.",
|
||||
"version": "0.3.1",
|
||||
"author": {
|
||||
"name": "Microsoft",
|
||||
"url": "https://github.com/microsoft/WinAppCli"
|
||||
},
|
||||
"homepage": "https://github.com/microsoft/WinAppCli",
|
||||
"keywords": [
|
||||
"windows",
|
||||
"msix",
|
||||
"packaging",
|
||||
"installer",
|
||||
"code-signing",
|
||||
"appxmanifest",
|
||||
"microsoft-store",
|
||||
"electron",
|
||||
"tauri",
|
||||
"desktop-app"
|
||||
],
|
||||
"license": "MIT",
|
||||
"repository": "https://github.com/microsoft/WinAppCli",
|
||||
"source": {
|
||||
"source": "github",
|
||||
"repo": "microsoft/WinAppCli",
|
||||
"ref": "stable"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user