@talenguyen/andev
v1.1.7
Published
A cli tools for Android developer
Downloads
4
Readme
Andev
A cli tools for Android Developer
Features
- [x] Open deeplink
- [x] Clear cache
- [x] Install apk
- [x] Uninstall package
- [x] Send text to device
- [ ] Connect device over WI-FI
Install
$ npm i -g @talenguyen/andev
Usage
Usage:
$ andev --help
Options:
--deeplink, d Open deep-link
--clear, c Clear cache
--uninstall, u Uninstall
--install, i Find and install APK in directory
--text, t Send text to device
Example:
$ andev --d https://google.com
$ andev --c com.android.chrome
$ andev --uninstall com.android.chrome
$ andev --install app/buid/output
$ andev --text "Hello world"
Author
- Giang Nguyen [email protected] (twitter)