Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artcom/deploy-droid
Automated installation of Android applications from HockeyApp
https://github.com/artcom/deploy-droid
Last synced: about 1 month ago
JSON representation
Automated installation of Android applications from HockeyApp
- Host: GitHub
- URL: https://github.com/artcom/deploy-droid
- Owner: artcom
- Created: 2015-12-01T10:17:39.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-22T08:17:15.000Z (about 9 years ago)
- Last Synced: 2024-12-08T15:49:10.307Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 102 KB
- Stars: 1
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deploy Droid
Automated installation of Android applications from [HockeyApp](http://hockeyapp.net/)
## Requirements
* HockeyApp account
* HockeyApp token
* `adb` command line tool
* One or more connected android devices## Install
* npm install -g deploy-droid
## Usage
```
$ deploy-droid --help
Usage:
deploy-droid --hockeyAppToken= [--releaseType=] [--deviceDescriptorFile=]
deploy-droid --version
deploy-droid --helpOptions:
--releaseType= HockeyApp release type [default: beta],
(alpha|beta|store|enterprise|).
--deviceDescriptorFile= Filepath to a human readable file
on connected android devices, which describes that device.
```Deploy Droid downloads and installs Android applications which are distributed via [HockeyApp](http://hockeyapp.net/) to connected mobile Android devices.
Which applications are installed is determined by their release types. The release type for each application can be specified in the HockeyApp web interface. If a custom type is chosen for an application it takes precedence over the standard release types.
The latest available version is installed to connected Android devices. The user is prompted to confirm the installation.
The applications are downloaded to a directory named apk-cache which is created within the current working directory.