Skip to content

RisingJ/uroboros

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A plugin for loading a phonegap app from within a phonegap app

To install using plugman

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#

To install using cordova-cli

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#      

Sample Usage

Somewhere in your code :

In your markup :

About

PhoneGap plugin to load PhoneGap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published