adb ts
1.0.0
Module is a TS implementation of adbkit, adbkit-monkey and adbkit-logcat.
The module uses socket interface of ADB. Version 3.x contains bug fixes and
has less dependencies than previous versions.
npm install adb-tsyarn add adb-tsNode version >=16.x.
adb CLI.
Run to install dependencies:
yarn installFor building the output run
yarn buildFeel free to create pull requests and issues at the repo.
Make sure you wrote tests for your code. Scripts yarn test, yarn lint and yarn docs must exit without error.
See Documentation
Version 2 documentation is available here