-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathplugin.json
More file actions
29 lines (29 loc) · 892 Bytes
/
plugin.json
File metadata and controls
29 lines (29 loc) · 892 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "reactor",
"description": "Agents and skills for building WinUI 3 desktop apps with Microsoft.UI.Reactor — a React-inspired declarative C# projection (no XAML, no data binding, no ViewModels). Use for creating new apps, adding features, fixing bugs, or any Reactor / Microsoft.UI.Reactor / functional WinUI task.",
"version": "0.1.0",
"author": {
"name": "Microsoft",
"url": "https://github.com/microsoft/microsoft-ui-reactor"
},
"homepage": "https://github.com/microsoft/microsoft-ui-reactor",
"repository": "https://github.com/microsoft/microsoft-ui-reactor",
"license": "MIT",
"keywords": [
"reactor",
"microsoft.ui.reactor",
"winui",
"winui3",
"windows app sdk",
"desktop app",
"react",
"declarative ui",
"functional ui",
"csharp",
"dotnet",
"winrt",
"hooks",
"components",
"no xaml"
]
}