No description
bin | ||
src | ||
test | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc | ||
.gitignore | ||
LICENSE | ||
package.json | ||
README.md | ||
tsconfig.json | ||
yarn.lock |
adevtool
Android device support and bringup tool.
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