Skip to content
This repository has been archived by the owner on Nov 27, 2019. It is now read-only.

mozilla-jetpack/jpm-mobile

Repository files navigation

IMPORTANT UPDATE AS OF 2019-11-26: The jpm package and its libraries are no longer maintained as Firefox no longer supports add-ons built with jpm. If you're building a new add-on, consider a WebExtension instead and check out the web-ext tool which has all the same features as jpm. Here are some resources to help you migrate a legacy jpm built add-on.


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