@kuss/adc
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

adc

An interactive ADB CLI tool for Android Development.

Alt text

Usage

npm install -g @kuss/adc

adc

Or Just use npx

npx @kuss/adc

Example:

?? adc ›
❯   am-start - activity manager start actions
    am-stop - activity manager stop actions
    install/uninstall - install or uninstall apk
    input - send input event
    ime - manage input method, keyboard, etc
    monkey - start or stop monkey test
    props - get or set prop
    rotation - manage screen rotation
    screencap - take screenshot
    uimode - manage ui mode, day/night/auto
    wm - manage window manager config, size, density, etc
    exit

Development

git clone ...

cd adc

# install pnpm first, then
pnpm install

pnpm dev

npm i -g .

# test locally
adc

Readme

Keywords

none

Package Sidebar

Install

npm i @kuss/adc

Weekly Downloads

0

Version

1.1.0

License

MIT

Unpacked Size

737 kB

Total Files

30

Last publish

Collaborators

  • kuss