Cordova-POC is a mobile app, available on IOS & Android, that helps to do demo of your Cordova/Phonegap apps to your customers on-the-fly.
Idea is to connect multiple sources (online & offline) from which download HTML5 application’s bundle. You can package your demo app as zip file and put it on Dropbox or develop it directly on JSFiddle and downloading it when you ready.
Cordova-POC allows to collect the deployed applications, providing a personal applications gallery, always ready to run.
Example below will create a new cordova-poc project from the JSFiddle's online html5 snippet
> cordova-poc project create \
--name=starwars \
--url=http://jsfiddle.net/bsorrentino/SHSpw \
--output=starwars-poc
> cordova-poc project open --path ./starwars-poc --set-name=obi-wan
> cordova-poc project open --path ./starwars-poc --set-version=300
> cordova-poc project open --path ./starwars-poc --set-icon
[0] css/favicon.png
Choose image: _
Create an application's bundle ready to deployment
> cordova-poc project open --path ./starwars-poc --zip \
--output /Dropbox/Apps/Poc
Install
> npm install -g cordova-poc
> git clone https://github.com/bsorrentino/cordova-poc-cli.git