You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2018/11/28 16:05:59 UTC

[cordova-paramedic] 02/03: common usages

This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch janpio-readme
in repository https://gitbox.apache.org/repos/asf/cordova-paramedic.git

commit ce597ca2e8b1b05bae6c043e46f86b04a0f10219
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Wed Nov 28 17:05:31 2018 +0100

    common usages
---
 README.md | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/README.md b/README.md
index 0ac14bd..f628e30 100644
--- a/README.md
+++ b/README.md
@@ -86,6 +86,17 @@ cordova-paramedic --platform PLATFORM --plugin PATH <other parameters>
 cordova-paramedic --config ./sample-config/.paramedic.config.js
 ```
 
+### Common usages
+
+```
+# Test your current plugin on an Android emulator
+cordova-paramedic --platform android --plugin ./
+
+# Test your current plugin on a specific Android device (ID via `adb devices -l`)
+cordova-paramedic --platform android --plugin ./ --target 02e7f7e9215da7f8 --useTunnel
+```
+
+
 ### Command Line Interface
 
 #### `--platform` (required)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org