tools-windows
@rnx-kit/tools-windows
is a collection of functions for deploying apps on
Windows.
Usage:
import * as tools from "@rnx-kit/tools-windows";
Category | Function | Description |
---|---|---|
- | getPackageInfo(app) | Returns information about the app package at specified path. |
- | install(app, tryUninstall) | Installs the app package at specified path, and returns its identifier. |
- | start(packageId) | Starts the app with specified identifier. |