1.3.0 • Published 1 year ago

capacitor-plugin-shell-exec v1.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

1.2.2

1 year ago

1.2.1

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago