|
1 | | -# Windows App Development CLI |
| 1 | +# winapp CLI |
2 | 2 |
|
3 | 3 | > [!IMPORTANT] |
4 | | -> :warning: **Status: Public Preview** - The Windows App Development CLI is experimental and in active development. We'd love your feedback! Share your thoughts by creating an [issue](https://github.com/microsoft/WinAppCli/issues). |
| 4 | +> :warning: **Status: Public Preview** - The Windows App Development CLI (winapp CLI) is experimental and in active development. We'd love your feedback! Share your thoughts by creating an [issue](https://github.com/microsoft/WinAppCli/issues). |
5 | 5 |
|
6 | 6 | <p align="center"> |
7 | 7 | <picture> |
8 | | - <source media="(prefers-color-scheme: dark)" srcset="./docs/images/hero-dark.png"> |
9 | | - <source media="(prefers-color-scheme: light)" srcset="./docs/images/hero-light.png"> |
10 | | - <img src="./docs/images/hero-dark.png"> |
| 8 | + <img src="./docs/images/winapp-terminal.png"> |
11 | 9 | </picture> |
12 | 10 | </p> |
13 | 11 | <br/> |
|
44 | 42 | </h3> |
45 | 43 | <br/> |
46 | 44 |
|
47 | | -The Windows App Development CLI is a single command-line interface for managing Windows SDKs, packaging, generating app identity, manifests, certificates, and using build tools with any app framework. This tool bridges the gap between cross-platform development and Windows-native capabilities. |
| 45 | +The Windows App Development CLI (winapp CLI) is a single command-line interface for managing Windows SDKs, packaging, generating app identity, manifests, certificates, and using build tools with any app framework. This tool bridges the gap between cross-platform development and Windows-native capabilities. |
48 | 46 | <br/><br/> |
49 | 47 | Whether you're building with Electron, .NET/Win32, CMake, or Python, this CLI gives you access to: |
50 | 48 |
|
@@ -160,10 +158,17 @@ The full CLI usage can be found here: [Documentation](/docs/usage.md) |
160 | 158 |
|
161 | 159 | ## 🧾 Samples |
162 | 160 |
|
163 | | -This repository will continue to be added with samples. Currently the following samples exist: |
164 | | - |
165 | | -- [Electron sample](/samples/electron/README.md): a default Electron Forge generated application + initialized a winapp project with appxmanifest, assets + native addon + C# addon + generates cert |
166 | | -- [Electron WinML sample](/samples/electron-winml/README.md): a simple Electron application using Windows ML for classifying images |
| 161 | +This repository includes samples demonstrating how to use the CLI with various frameworks: |
| 162 | + |
| 163 | +| Sample | Description | |
| 164 | +|--------|-------------| |
| 165 | +| [Electron](/samples/electron/README.md) | Electron Forge app with appxmanifest, assets, native C++ addon, and C# addon | |
| 166 | +| [Electron WinML](/samples/electron-winml/README.md) | Electron app using Windows ML for image classification | |
| 167 | +| [C++ App](/samples/cpp-app/README.md) | Native C++ Win32 application with CMake | |
| 168 | +| [.NET Console](/samples/dotnet-app/README.md) | .NET console application | |
| 169 | +| [WPF App](/samples/wpf-app/README.md) | WPF desktop application | |
| 170 | +| [Rust App](/samples/rust-app/README.md) | Rust application using Windows APIs | |
| 171 | +| [Tauri App](/samples/tauri-app/README.md) | Tauri cross-platform app with Rust backend | |
167 | 172 |
|
168 | 173 | ## 🔧 Feedback |
169 | 174 |
|
|
0 commit comments