@talenguyen/andev

1.1.7 • Public • Published

Build Status npm

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

License

MIT

Dependents (0)

Package Sidebar

Install

npm i @talenguyen/andev

Weekly Downloads

0

Version

1.1.7

License

MIT

Unpacked Size

15.4 kB

Total Files

21

Last publish

Collaborators

  • talenguyen