0.1.3 • Published 3 years ago

aiot-adb-test v0.1.3

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

adb tools

  • Support windows, MAC, Linux (Ubuntu) system.
  • Easy to use.
  • Containing binary ADB file

Install

  • npm install node-adb -save

Sample code

var adb = require('node-adb');
adb({
    cmd: ['devices']
},function(result){
    // code
});
var adb = require('node-adb');
adb({
    deviceID: 'abc',
    cmd: ['shell', ' cat', '/etc/hosts']
},function(result){
    // code
});
0.1.3

3 years ago

0.1.2

3 years ago