The Windows App Development CLI (winapp) is a command-line interface for managing Windows SDKs, MSIX packaging, generating app identity, manifests, certificates, and using build tools with any app framework. It bridges the gap between cross-platform development and Windows-native capabilities.
Initialize a directory with required assets (manifest, certificates, libraries) for building a modern Windows app. Supports SDK installation modes: stable, preview, experimental, or none.
Create MSIX packages from prepared directories with optional signing, certificate generation, and self-contained deployment bundling.
CLI per lo sviluppo di app Windows (winapp) per creare, creare pacchetti e distribuire applicazioni Windows. Da utilizzare quando richiesto per inizializzare progetti di app Windows, creare pacchetti MSIX, generare AppxManifest.xml, gestire certificati di sviluppo, aggiungere identità di pacchetto per il debug, firmare pacchetti o accedere agli strumenti di compilazione di Windows SDK. Supporta .NET, C++, Electron, Rust, Tauri e framework multipiattaforma destinati a Windows. Fonte: github/awesome-copilot.