capacitor-shell
v0.0.7
Published
android shell capacitor plugin
Downloads
9
Maintainers
Readme
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; }>
| Param | Type |
| ------------- | --------------------------------- |
| options
| { command: string; } |
Returns: Promise<{ output: string; exitCode: number; errorOutput: string; }>