🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

phonegap-build

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

phonegap-build

PhoneGap Build command-line interface and node.js library.

0.1.0
Source
npm
Version published
Weekly downloads
122
-5.43%
Maintainers
1
Weekly downloads
 
Created
Source

PhoneGap Build CLI Build Status

PhoneGap Build command-line interface and node.js library.

Getting Started on the Command-line

Install

$ sudo npm install -g phonegap-build-cli

Usage

$ phonegap-build help

Usage: phonegap-build [options] [command]

Commands:

    help
    display help

Options:

    -h, --help     output usage information
    -V, --version  output the version number

Getting Started with Node.js

Install

package.json:

{
    "dependencies": {
        "phonegap-build-cli": "*"
    }
}

Usage

var build = require('phonegap-build-cli');

Keywords

phonegap

FAQs

Package last updated on 22 Jan 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts