Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/macacajs/macaca-adb

Node.js wrapper for ADB.
https://github.com/macacajs/macaca-adb

adb android macaca

Last synced: 3 months ago
JSON representation

Node.js wrapper for ADB.

Lists

README

        

# macaca-adb

[![NPM version][npm-image]][npm-url]
[![build status][travis-image]][travis-url]
[![Test coverage][coveralls-image]][coveralls-url]
[![node version][node-image]][node-url]
[![npm download][download-image]][download-url]

[npm-image]: https://img.shields.io/npm/v/macaca-adb.svg
[npm-url]: https://npmjs.org/package/macaca-adb
[travis-image]: https://img.shields.io/travis/macacajs/macaca-adb.svg
[travis-url]: https://travis-ci.org/macacajs/macaca-adb
[coveralls-image]: https://img.shields.io/coveralls/macacajs/macaca-adb.svg
[coveralls-url]: https://coveralls.io/r/macacajs/macaca-adb?branch=master
[node-image]: https://img.shields.io/badge/node.js-%3E=_8-green.svg
[node-url]: http://nodejs.org/download/
[download-image]: https://img.shields.io/npm/dm/macaca-adb.svg
[download-url]: https://npmjs.org/package/macaca-adb

> Node.js wrapper for ADB.

## Contributors

|[
xudafeng](https://github.com/xudafeng)
|[
CodeToSurvive1](https://github.com/CodeToSurvive1)
|[
ziczhu](https://github.com/ziczhu)
|[
kyowang](https://github.com/kyowang)
|[
lpj0017](https://github.com/lpj0017)
|[
qichuan](https://github.com/qichuan)
|
| :---: | :---: | :---: | :---: | :---: | :---: |
[
kobe990](https://github.com/kobe990)

This project follows the git-contributor [spec](https://github.com/xudafeng/git-contributor), auto updated at `Sat Apr 30 2022 19:40:08 GMT+0800`.

## Installment

```bash
$ npm i macaca-adb --save
```

## Usage

```bash
$ npm i macaca-adb -g
$ macaca-adb -h
```

## License

The MIT License (MIT)