1.3.0 • Published 12 months ago

capacitor-plugin-shell-exec v1.3.0

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

capacitor-plugin-shell-exec

Capacitor Plugin to Execute Commands in Android Operating System Shells

Install

npm install capacitor-plugin-shell-exec
npx cap sync

API

execute(...)

execute(options: { command: string | string[]; }) => Promise<{ output: string; exitCode: number; }>
ParamType
options{ command: string | string[]; }

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


1.3.0

12 months ago

1.2.2

12 months ago

1.2.1

12 months ago

1.2.0

12 months ago

1.1.0

12 months ago

1.0.0

12 months ago