Skip to content

talenguyen/andev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status npm

Andev

A cli tools for Android Developer

Features

  • Open deeplink
  • Clear cache
  • Install apk
  • Uninstall package
  • 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

Releases

No releases published

Packages

No packages published