webadb

1.0.1 • Public • Published

One-stop .js for Android Debug Bridge (adb) over WebUSB

let webusb = await Adb.open("WebUSB");
let adb = await webusb.connectAdb("host::");
let shell = await adb.shell("uname -a");
console.log(await shell.receive());

Install

From NPM:

npm install --save webadb

From CDN:

<script src="https://cdn.jsdelivr.net/gh/webadb/webadb.js@master/webadb.js"></script>

Readme

Keywords

Package Sidebar

Install

npm i webadb

Weekly Downloads

3

Version

1.0.1

License

MIT

Unpacked Size

35.3 kB

Total Files

6

Last publish

Collaborators

  • jimblackler