https://github.com/appiumtestdistribution/appium-installer
CLI to install appium 2.0
https://github.com/appiumtestdistribution/appium-installer
appium installer
Last synced: 6 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-08T01:52:23.000Z (over 1 year ago)
- Last Synced: 2025-03-27T13:47:52.253Z (6 months ago)
- Topics: appium, installer
- Language: JavaScript
- Homepage:
- Size: 123 KB
- Stars: 68
- Watchers: 3
- Forks: 11
- 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
````