1.0.1 • Published 9 months ago

capacitor-app-installer v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

capacitor-app-installer

CapacitorAppInstaller Capacitor Plugin

Install

npm install capacitor-app-installer
npx cap sync

API

The Capacitor App Installer Plugin.

install(...)

install(options: AppInstallOptions) => Promise<void>

Installs an application with the given options.

ParamTypeDescription
optionsAppInstallOptions- The options for the app installation.

Interfaces

AppInstallOptions

Options for installing an application.

PropTypeDescription
filestringThe path to the file to be installed.
1.0.1

9 months ago

1.0.0

11 months ago