/promise-android-tools

A wrapper for adb and fastboot that returns convenient promises.

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

promise-android-tools

Build Status Coverage Status Build status

Client

A wrapper for adb and fastboot that returns convenient promises.

NOTE: This is still a work in progress. Not all functions have been added.

Example:

const { Adb, Fastboot } = require("./src/module.js");
const adb = new Adb();
const fastboot = new Fastboot();