android-device-automation
v0.1.2
Published
NodeJS Wrapper for the ADB command line tool
Maintainers
Readme
android-device-automation
android-device-automation allows you to automate actions your Android device via the adb command line tool.
Installation
Prerequisites
In order to use this package, you will need to install the android platform-tools. You can download and install the necessary files from the Android Developers website.
Alternatively you can install a portable version of the adb executable and specify its path in the ADB_PATH environment variable.
Installing
You can add this package to your project by running
npm install android-device-automationUsage
Examples for using this package can be found in the examples directory (WIP)
Contributing
If you want to add features this Project is missing you can contribute using the following steps:
- Fork this Project
- Create a feature branch
- Add changes
- Format and Build using
npm run formatandnpm run build - Commit your changes
- Open a pull request
