0.0.7 • Published 3 years ago
capacitor-shell v0.0.7
capacitor-shell
android shell capacitor plugin
Install
npm install capacitor-shell
npx cap syncAPI
executeCommand(...)
executeCommand(options: { command: string; }) => Promise<{ output: string; exitCode: number; errorOutput: string; }>| Param | Type |
|---|---|
options | { command: string; } |
Returns: Promise<{ output: string; exitCode: number; errorOutput: string; }>