cargo-winapp 0.1.1

Cargo subcommand for Windows app development with winapp CLI
cargo-winapp-0.1.1 is not a library.

cargo-winapp

Cargo subcommand for Windows app development with winapp.

Simplifies winapp CLI usage by automatically handling Cargo build artifacts, eliminating the need to manually specify executable paths.

Prerequisites

  • winapp CLI: Required. This plugin acts as a wrapper for the winapp command, so it must be installed to function.
    winget install microsoft.winappcli --source winget
    

Installation

cargo install cargo-winapp

Usage

Build

Builds and applies identity without running (useful for debugging).

cargo winapp -v build

Run

Builds the app, applies a debug identity, and runs it.

cargo winapp run

Pack

Packages the application into an .msix bundle for distribution.

cargo winapp pack -i dist-msix --release 

License

MIT