1.0.9 • Published 6 years ago

download-builds-from-phonegap v1.0.9

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

download build from Phonegap Build

downloads the Android and iOS package to Phonegap Build

Installation

npm install -g download-builds-from-phonegap

Usage:

You can import this script inside your NodeJS application:

First you need it installed locally: npm install download-builds-from-phonegap --save-dev

Once you've done this you can use it in code:

var ionicToPhonegap = require('ionic-to-phonegap-build');

ionicToPhonegap.sendToPhonegapBuild('Your Phonegap app id', 'Your Phonega auth token', isDebugBoolean[true/false]);

Parameters

Phonegap application id

ex '2334553'

Phonegap token id

ex 'qfqfggFDGSsgdggs'

callback

Execute with npm scripts

Create js file

Create a phbuild.js file with following contents:

var ionicToPhonegap = require('ionic-to-phonegap-build');
ionicToPhonegap.sendToPhonegapBuild('2922066', 'D9eKg6fdggjuxjskEbGm4KZy', true);

Add script in package.json

in your package.json add following script in the scripts section:

scripts: {
"phbuild": "node phbuild.js"
  },

Run it

Now you can run it manually:

npm run phbuild
1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago