Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 747 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 747 Bytes

appium-adb

NPM version Dependency Status devDependency Status Build Status

Android adb wrapper used by Appium + helpersjars

Installing

npm install  appium-adb

Usage

TODO

Publishing

npm version [patch|minor|major]
# make sure everything is commited
git push origin master
git push --tags
npm publish