No description
Find a file
2021-12-16 19:43:52 -08:00
bin
config config: pixel: Restore Turbo sepolicy 2021-12-14 18:45:06 -08:00
scripts scripts: Add script to list updated system apps 2021-12-14 18:43:43 -08:00
src generate: Document all possible stockSrc values 2021-12-16 19:43:52 -08:00
test
.editorconfig
.eslintignore
.eslintrc
.gitignore gitignore: Ignore all state JSONs 2021-11-23 20:14:10 -08:00
LICENSE Add MIT license 2021-11-15 17:45:08 -08:00
package.json package: Add lodash dependency 2021-11-23 20:14:10 -08:00
README.md
tsconfig.json tsconfig: Enable ES module interop 2021-11-23 20:14:09 -08:00
yarn.lock package: Update dependencies within bounds 2021-11-15 18:08:28 -08:00

adevtool

Android device support and bringup tool.

oclif Version Downloads/week License

Usage

$ npm install -g adevtool
$ adevtool COMMAND
running command...
$ adevtool (-v|--version|version)
adevtool/0.0.0 linux-x64 node-v16.11.1
$ adevtool --help [COMMAND]
USAGE
  $ adevtool COMMAND
...

Commands

adevtool hello [FILE]

describe the command here

USAGE
  $ adevtool hello [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

EXAMPLE
  $ adevtool hello
  hello world from ./src/hello.ts!

See code: src/commands/hello.ts

adevtool help [COMMAND]

display help for adevtool

USAGE
  $ adevtool help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help