mirror of
https://github.com/github/awesome-copilot.git
synced 2026-05-28 01:21:46 +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:
@@ -707,6 +707,35 @@
|
||||
"repo": "microsoft/What-I-Did-Copilot"
|
||||
}
|
||||
},
|
||||
{
|
||||
"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"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "winui",
|
||||
"description": "Agents and skills for WinUI 3 app development. Create new WinUI 3 desktop apps, convert from other frameworks (WPF, WinForms, Electron, Tauri, Flutter) to WinUI 3, or add features to existing WinUI 3 applications. Includes MSIX packaging, code signing, UI automation testing, and Windows App SDK guidance.",
|
||||
|
||||
Reference in New Issue
Block a user