0.0.7 • Published 12 months ago

capacitor-shell v0.0.7

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

capacitor-shell

android shell capacitor plugin

Install

npm install capacitor-shell
npx cap sync

API

executeCommand(...)

executeCommand(options: { command: string; }) => Promise<{ output: string; exitCode: number; errorOutput: string; }>
ParamType
options{ command: string; }

Returns: Promise<{ output: string; exitCode: number; errorOutput: string; }>


0.0.7

12 months ago

0.0.6

12 months ago

0.0.5

12 months ago

0.0.4

12 months ago

0.0.3

12 months ago

0.0.2

12 months ago

0.0.1

12 months ago