Skip to content

A wrapper for adb and fastboot that returns convenient promises.

License

Notifications You must be signed in to change notification settings

Tonymmm/promise-android-tools

 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%