https://github.com/appiumtestdistribution/appium-installer
CLI to install appium 2.0
https://github.com/appiumtestdistribution/appium-installer
appium installer
Last synced: 4 months ago
JSON representation
CLI to install appium 2.0
- Host: GitHub
- URL: https://github.com/appiumtestdistribution/appium-installer
- Owner: AppiumTestDistribution
- License: mit
- Created: 2022-11-17T08:48:40.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-08T01:52:23.000Z (about 2 years ago)
- Last Synced: 2025-10-05T15:38:47.962Z (4 months ago)
- Topics: appium, installer
- Language: JavaScript
- Homepage:
- Size: 123 KB
- Stars: 70
- Watchers: 3
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# appium-installer
CLI to install appium 2.0
## Installation
```
npm install -g appium-installer
```
Run command
```
appium-installer
```
## To Install local
````
npm install && npm run build && npm link && appium-installer
````