linsmod / promise-android-tools

A wrapper for adb and fastboot that returns convenient promises.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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();

About

A wrapper for adb and fastboot that returns convenient promises.

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%