A plugin for loading a phonegap app from within a phonegap app
From plugin registry:
$ plugman install --project . --platform wp8 --plugin com.risingj.cordova.uroboros
From the repo:
$ plugman install --project . --platform wp8 --plugin https://github.com/RisingJ/uroboros.git
From a local clone:
$ plugman install --project . --platform wp8 --plugin #path_to_local_clone#
From plugin registry:
$ cordova plugin add com.risingj.cordova.uroboros
From the repo:
$ cordova plugin add https://github.com/RisingJ/uroboros.git
From a local clone:
$ cordova plugin add #path_to_local_clone#