-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathplugin.json
More file actions
43 lines (43 loc) · 1001 Bytes
/
plugin.json
File metadata and controls
43 lines (43 loc) · 1001 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"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"
},
"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"
],
"category": "windows-development",
"tags": [
"windows",
"winui",
"winui3",
"desktop",
"reactor",
"react",
"declarative",
"functional",
"csharp"
],
"agents": "agents/",
"skills": [
"skills/"
]
}