winapp-frameworks
Installation
SKILL.md
When to use
Use this skill when:
- Working with a specific app framework and need to know the right winapp workflow
- Choosing the correct install method (npm package vs. standalone CLI)
- Looking for framework-specific guides for step-by-step setup, build, and packaging
Each framework has a detailed guide — refer to the links below rather than trying to guess commands.
Framework guides
| Framework | Install method | Guide |
|---|---|---|
| Electron | npm install --save-dev @microsoft/winappcli |
Electron setup guide |
| .NET (WPF, WinForms, Console) | winget install Microsoft.winappcli |
.NET guide |
| C++ (CMake, MSBuild) | winget install Microsoft.winappcli |
C++ guide |
| Rust | winget install Microsoft.winappcli |
Rust guide |
| Flutter | winget install Microsoft.winappcli |
Flutter guide |
| Tauri | winget install Microsoft.winappcli |
Tauri guide |