calibr / jpm-mobile

Uses JPM with ADB in order to run Jetpacks on an Android device.

Home Page:https://www.npmjs.com/package/jpm-mobile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jpm-mobile Dependency Status

Usage

jpm-mobile will have two commands: run and test with details below. Some options are:

  • --adb <path> Path to adb..
  • -b, --binary <name> Name of Firefox binary to use (ex: nightly, beta, firefox).
  • -v, --verbose Prints additional debugging information.

Example

Running An Add-on

jpm-mobile run --adb /path/to/adb

Test An Add-on

jpm-mobile test --adb /path/to/adb

About

Uses JPM with ADB in order to run Jetpacks on an Android device.

https://www.npmjs.com/package/jpm-mobile

License:Mozilla Public License 2.0


Languages

Language:JavaScript 100.0%