Comparing version 0.4.1 to 0.5.0
@@ -11,2 +11,3 @@ Usage: $0 [options] [commands] | ||
create <path> create a phonegap project | ||
build <platform> build a specific platform | ||
remote [command] cloud development with phonegap/build | ||
@@ -13,0 +14,0 @@ help [command] output usage information |
@@ -23,3 +23,6 @@ /* | ||
CLI.prototype.app = require('./cli/app'); | ||
CLI.prototype.argv = require('./cli/argv'); | ||
CLI.prototype.build = require('./cli/build'); | ||
CLI.prototype.create = require('./cli/create'); | ||
CLI.prototype.help = require('./cli/help'); | ||
@@ -32,4 +35,2 @@ CLI.prototype.remote = require('./cli/remote'); | ||
CLI.prototype.version = require('./cli/version'); | ||
CLI.prototype.create = require('./cli/create'); | ||
CLI.prototype.app = require('./cli/app'); | ||
@@ -36,0 +37,0 @@ /* |
@@ -23,3 +23,3 @@ /*! | ||
// display help on $ phonegap-build create | ||
// display help on $ phonegap create | ||
if (argv._.length <= 1) { | ||
@@ -26,0 +26,0 @@ argv._.unshift('help'); |
@@ -20,3 +20,3 @@ /*! | ||
// display help on $ phonegap-build create | ||
// display help on $ phonegap create | ||
if (argv._.length <= 1) { | ||
@@ -23,0 +23,0 @@ argv._.unshift('help'); |
{ | ||
"name": "phonegap", | ||
"description": "PhoneGap command-line interface and node.js library.", | ||
"version": "0.4.1", | ||
"version": "0.5.0", | ||
"homepage": "http://github.com/mwbrooks/phonegap-cli", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -23,2 +23,3 @@ # PhoneGap CLI [![Build Status][travis-ci-img]][travis-ci-url] | ||
create <path> create a phonegap project | ||
build <platform> build a specific platform | ||
remote [command] cloud development with phonegap/build | ||
@@ -25,0 +26,0 @@ help [command] output usage information |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
92893
53
2188
72