Skip to content

Commit 2b3af27

Browse files
committed
feat: listed new features and how to use npx
1 parent 0ae5098 commit 2b3af27

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,58 +2,58 @@
22

33
A universal command-line tool for managing iOS and Android devices, simulators, emulators and apps from [Mobile Next](https://github.com/mobile-next/).
44

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">
77
<img src="https://img.shields.io/github/stars/mobile-next/mobilecli" alt="Mobile Next Stars" />
88
</a>
9-
<a href="https://github.com/mobile-next/mobilecli">
9+
<a href="https://github.com/mobile-next/mobilecli">
1010
<img src="https://img.shields.io/github/contributors/mobile-next/mobilecli?color=green" alt="Mobile Next Downloads" />
1111
</a>
1212
<a href="https://www.npmjs.com/package/@mobilenext/mobilecli">
1313
<img src="https://img.shields.io/npm/dm/@mobilenext/mobilecli?logo=npm&style=flat&color=red" alt="npm">
1414
</a>
15-
<a href="https://github.com/mobile-next/mobilecli/releases">
15+
<a href="https://github.com/mobile-next/mobilecli/releases">
1616
<img src="https://img.shields.io/github/release/mobile-next/mobilecli">
1717
</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">
1919
<img src="https://img.shields.io/badge/license-AGPL v3.0-blue.svg" alt="Mobile MCP is released under the AGPL v3.0 License">
2020
</a>
21-
2221
</p>
2322

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>
2827
</p>
2928

3029

3130
## Features 🚀
3231

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
3633
- **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
3735
- **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
3838
- **App management**: Launch app, terminate apps. Install and uninstall coming next ⏭️
3939

40-
## Installation 🪄
41-
42-
### Prerequisites 📋
40+
## Installation 📦
4341

42+
#### Prerequisites 📋
4443
- **Android SDK** with `adb` in PATH (for Android device support)
4544
- **Xcode Command Line Tools** (for iOS simulator support on macOS)
4645

47-
### Install ⚡
48-
49-
Get started right now with `mobilecli`.
46+
#### Run instantly with npx
47+
```bash
48+
npx @mobilenext/mobilecli@latest
49+
```
5050

51+
#### Install globally with npm
5152
```bash
5253
npm install -g @mobilenext/mobilecli@latest
5354
```
5455

55-
### Install from Source 🛠️
56-
56+
#### Install from Source 🛠️
5757
```bash
5858
git clone https://github.com/mobile-next/mobilecli.git
5959
cd mobilecli

0 commit comments

Comments
 (0)