|
2 | 2 |
|
3 | 3 | A universal command-line tool for managing iOS and Android devices, simulators, emulators and apps from [Mobile Next](https://github.com/mobile-next/). |
4 | 4 |
|
5 | | -<h4 align="center"> |
6 | | -<a href="https://github.com/mobile-next/mobilecli"> |
| 5 | +<p align="center"> |
| 6 | + <a href="https://github.com/mobile-next/mobilecli"> |
7 | 7 | <img src="https://img.shields.io/github/stars/mobile-next/mobilecli" alt="Mobile Next Stars" /> |
8 | 8 | </a> |
9 | | - <a href="https://github.com/mobile-next/mobilecli"> |
| 9 | + <a href="https://github.com/mobile-next/mobilecli"> |
10 | 10 | <img src="https://img.shields.io/github/contributors/mobile-next/mobilecli?color=green" alt="Mobile Next Downloads" /> |
11 | 11 | </a> |
12 | 12 | <a href="https://www.npmjs.com/package/@mobilenext/mobilecli"> |
13 | 13 | <img src="https://img.shields.io/npm/dm/@mobilenext/mobilecli?logo=npm&style=flat&color=red" alt="npm"> |
14 | 14 | </a> |
15 | | -<a href="https://github.com/mobile-next/mobilecli/releases"> |
| 15 | + <a href="https://github.com/mobile-next/mobilecli/releases"> |
16 | 16 | <img src="https://img.shields.io/github/release/mobile-next/mobilecli"> |
17 | 17 | </a> |
18 | | -<a href="https://github.com/mobile-next/mobilecli/blob/main/LICENSE"> |
| 18 | + <a href="https://github.com/mobile-next/mobilecli/blob/main/LICENSE"> |
19 | 19 | <img src="https://img.shields.io/badge/license-AGPL v3.0-blue.svg" alt="Mobile MCP is released under the AGPL v3.0 License"> |
20 | 20 | </a> |
21 | | - |
22 | 21 | </p> |
23 | 22 |
|
24 | | -<h4 align="center"> |
25 | | -<a href="http://mobilenexthq.com/join-slack"> |
26 | | - <img src="https://img.shields.io/badge/join-Slack-blueviolet?logo=slack&style=flat" alt="Slack community channel" /> |
27 | | -</a> |
| 23 | +<p align="center"> |
| 24 | + <a href="http://mobilenexthq.com/join-slack"> |
| 25 | + <img src="https://img.shields.io/badge/join-Slack-blueviolet?logo=slack&style=flat" alt="Slack community channel" /> |
| 26 | + </a> |
28 | 27 | </p> |
29 | 28 |
|
30 | 29 |
|
31 | 30 | ## Features 🚀 |
32 | 31 |
|
33 | | -- **Device Management**: List and manage connected iOS/Android devices and simulators |
34 | | -- **Screenshot Capture**: Take screenshots from any connected device with format options (PNG/JPEG) |
35 | | -- **Device Control**: Reboot devices, tap screen coordinates, press hardware buttons |
| 32 | +- **Device Management**: List, manage, interactive with connected mobile devices |
36 | 33 | - **Cross-Platform Support**: Works with iOS physical devices, iOS simulators, Android devices, and Android emulators |
| 34 | +- **Screenshot Capture**: Take screenshots from any connected device with format options |
37 | 35 | - **Multiple Output Formats**: Save screenshots as PNG or JPEG with quality control |
| 36 | +- **Screencapture video streaming**: Stream mjpeg video directly from device |
| 37 | +- **Device Control**: Reboot devices, tap screen coordinates, press hardware buttons |
38 | 38 | - **App management**: Launch app, terminate apps. Install and uninstall coming next ⏭️ |
39 | 39 |
|
40 | | -## Installation 🪄 |
41 | | - |
42 | | -### Prerequisites 📋 |
| 40 | +## Installation 📦 |
43 | 41 |
|
| 42 | +#### Prerequisites 📋 |
44 | 43 | - **Android SDK** with `adb` in PATH (for Android device support) |
45 | 44 | - **Xcode Command Line Tools** (for iOS simulator support on macOS) |
46 | 45 |
|
47 | | -### Install ⚡ |
48 | | - |
49 | | -Get started right now with `mobilecli`. |
| 46 | +#### Run instantly with npx |
| 47 | +```bash |
| 48 | +npx @mobilenext/mobilecli@latest |
| 49 | +``` |
50 | 50 |
|
| 51 | +#### Install globally with npm |
51 | 52 | ```bash |
52 | 53 | npm install -g @mobilenext/mobilecli@latest |
53 | 54 | ``` |
54 | 55 |
|
55 | | -### Install from Source 🛠️ |
56 | | - |
| 56 | +#### Install from Source 🛠️ |
57 | 57 | ```bash |
58 | 58 | git clone https://github.com/mobile-next/mobilecli.git |
59 | 59 | cd mobilecli |
|
0 commit comments