0.2.0 • Published 1 year ago
@rnx-kit/tools-windows v0.2.0
@rnx-kit/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. |